From: Jacob Chen Date: Tue, 15 Nov 2016 08:55:27 +0000 (+0800) Subject: rockchip: configs: correct partitions 'boot' size X-Git-Tag: v2017.01-rc1~210^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b388f0bed0e3d021128b4fc3c41da4572984e3b;p=platform%2Fkernel%2Fu-boot.git rockchip: configs: correct partitions 'boot' size It should be 112M, to make rootfs start at 0x40000 Signed-off-by: Jacob Chen Acked-by: Simon Glass --- diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 7ca1696..9ec71c4 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -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