mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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>
This commit is contained in:
parent
c420ef67e5
commit
6b388f0bed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue