aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2017-10-31 16:52:23 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-12-17 16:55:36 +0100
commitc5a4141343e601bac2789c137e8be665c074f898 (patch)
treea8b15b5ac4381a022dfcf45633da860a23698fae /include
parent15616a0aa58173bce1efe47569bf2e10d023ae9c (diff)
downloadu-boot-c5a4141343e601bac2789c137e8be665c074f898.zip
u-boot-c5a4141343e601bac2789c137e8be665c074f898.tar.gz
u-boot-c5a4141343e601bac2789c137e8be665c074f898.tar.bz2
rockchip: config: update part table
User do not need to access the reserved part in system, remove them from partition table. Rename atf to trust as generic name for armv7 do not use ATF. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rockchip-common.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index 35d948a..4139a7b 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -52,10 +52,8 @@
#define PARTS_DEFAULT \
"uuid_disk=${uuid_gpt_disk};" \
"name=loader1,start=32K,size=4000K,uuid=${uuid_gpt_loader1};" \
- "name=reserved1,size=64K,uuid=${uuid_gpt_reserved1};" \
- "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=loader2,start=8MB,size=4MB,uuid=${uuid_gpt_loader2};" \
+ "name=trust,size=4M,uuid=${uuid_gpt_atf};" \
"name=boot,size=112M,bootable,uuid=${uuid_gpt_boot};" \
"name=rootfs,size=-,uuid="ROOT_UUID