]> git.sur5r.net Git - u-boot/commitdiff
rockchip: configs: correct partitions 'boot' size
authorJacob Chen <jacob2.chen@rock-chips.com>
Tue, 15 Nov 2016 08:55:27 +0000 (16:55 +0800)
committerSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 00:59:32 +0000 (17:59 -0700)
It should be 112M, to make rootfs start at 0x40000

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/configs/rockchip-common.h

index 7ca1696a1630ad288d5f1ecc3fe1233be99015ef..9ec71c4baaae588c23410ea04b398ffe992be82c 100644 (file)
@@ -27,7 +27,7 @@
        "name=reserved2,size=4M,uuid=${uuid_gpt_reserved2};" \
        "name=loader2,size=4MB,uuid=${uuid_gpt_loader2};" \
        "name=atf,size=4M,uuid=${uuid_gpt_atf};" \
-       "name=boot,size=128M,bootable,uuid=${uuid_gpt_boot};" \
+       "name=boot,size=112M,bootable,uuid=${uuid_gpt_boot};" \
        "name=rootfs,size=-,uuid=${uuid_gpt_rootfs};\0" \
 
 #endif