diff mbox

[U-Boot] rockchip: configs: correct partitions 'boot' size

Message ID 1479200127-18372-1-git-send-email-jacob2.chen@rock-chips.com
State Accepted
Commit 6b388f0bed0e3d021128b4fc3c41da4572984e3b
Delegated to: Simon Glass
Headers show

Commit Message

Jacob Chen Nov. 15, 2016, 8:55 a.m. UTC
It should be 112M, to make rootfs start at 0x40000

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
---

 include/configs/rockchip-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Nov. 18, 2016, 1:14 a.m. UTC | #1
On 15 November 2016 at 01:55, Jacob Chen <jacob2.chen@rock-chips.com> wrote:
> It should be 112M, to make rootfs start at 0x40000
>
> Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
> ---
>
>  include/configs/rockchip-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index 86c81b0..d077824 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -28,7 +28,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