diff options
author | Jacob Chen <jacob2.chen@rock-chips.com> | 2016-11-15 16:55:27 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-11-25 17:59:32 -0700 |
commit | 6b388f0bed0e3d021128b4fc3c41da4572984e3b (patch) | |
tree | acb9772dd8ddad4ead5a7b49299fc52b32ceadf9 /include/configs | |
parent | c420ef67e5799d80b807c2866576bf3881893cbf (diff) |
rockchip: configs: correct partitions 'boot' size
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/rockchip-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 7ca1696a163..9ec71c4baaa 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 |