URI: 
       traspi2: bump kernel version; use 4MiB partition startpoints. - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit d1c74a79bb5fbd8737996f725d4719ee46f82bf3
   DIR parent 8b0040c106d0bdcffb46d0239796334c2b7ff147
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 29 Jan 2018 15:19:28 +0100
       
       raspi2: bump kernel version; use 4MiB partition startpoints.
       
       Diffstat:
         M boards/raspberry-pi2.sh             |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/boards/raspberry-pi2.sh b/boards/raspberry-pi2.sh
       t@@ -30,15 +30,15 @@ size=1891
        inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100")
        
        parted_type="dos"
       -parted_boot="fat32 2048s 264191s"
       -parted_root="ext4 264192s 100%"
       +parted_boot="fat32 8192s 270335s"
       +parted_root="ext4 270336s 100%"
        bootfs="vfat"
        
        extra_packages+=()
        custmodules=(snd_bcm2835)
        
        gitkernel="https://github.com/raspberrypi/linux.git"
       -gitbranch="rpi-4.14.y"
       +gitbranch="rpi-4.15.y"
        rpifirmware="https://github.com/raspberrypi/firmware.git"