aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sei510.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-11 08:31:13 -0400
committerTom Rini <trini@konsulko.com>2021-08-11 08:31:13 -0400
commitaba3fa1d3f1dc8f7049317b8d6ea1d8cb8935e5e (patch)
tree3dcf1dc7077ccd14c1fa885b363f0534f86de683 /include/configs/sei510.h
parent3e5b62f78888740530e6f3a2e989f4c361a9d52b (diff)
parent33b51765583e6cbe1888f068da795bea599bad18 (diff)
downloadu-boot-aba3fa1d3f1dc8f7049317b8d6ea1d8cb8935e5e.zip
u-boot-aba3fa1d3f1dc8f7049317b8d6ea1d8cb8935e5e.tar.gz
u-boot-aba3fa1d3f1dc8f7049317b8d6ea1d8cb8935e5e.tar.bz2
Merge tag 'u-boot-amlogic-20210810' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
- odroid-n2: fix fdtfile suffix for n2-plus - sei610 & meson64_android cleanups to prepare android 11 boot support - use Android BCB mechanism for reboot reason instead of HW reboot flag - Switch meson64_android boot flow to use abootimg for A/B, AVB and DTBO support
Diffstat (limited to 'include/configs/sei510.h')
-rw-r--r--include/configs/sei510.h23
1 files changed, 11 insertions, 12 deletions
diff --git a/include/configs/sei510.h b/include/configs/sei510.h
index d37b4c6..ea91a06 100644
--- a/include/configs/sei510.h
+++ b/include/configs/sei510.h
@@ -10,20 +10,19 @@
#define __CONFIG_H
#define LOGO_UUID "43a3305d-150f-4cc9-bd3b-38fca8693846;"
-#define CACHE_UUID "99207ae6-5207-11e9-999e-6f77a3612069;"
-#define SYSTEM_UUID "99f9b7ac-5207-11e9-8507-c3c037e393f3;"
-#define VENDOR_UUID "9d082802-5207-11e9-954c-cbbce08ba108;"
-#define USERDATA_UUID "9b976e42-5207-11e9-8f16-ff47ac594b22;"
#define ROOT_UUID "ddb8c3f6-d94d-4394-b633-3134139cc2e0;"
-#define PARTS_DEFAULT \
- "uuid_disk=${uuid_gpt_disk};" \
- "name=boot,size=64M,bootable,uuid=${uuid_gpt_boot};" \
- "name=logo,size=2M,uuid=" LOGO_UUID \
- "name=cache,size=256M,uuid=" CACHE_UUID \
- "name=system,size=1536M,uuid=" SYSTEM_UUID \
- "name=vendor,size=256M,uuid=" VENDOR_UUID \
- "name=userdata,size=5341M,uuid=" USERDATA_UUID \
+#define PARTS_DEFAULT \
+ "uuid_disk=${uuid_gpt_disk};" \
+ "name=logo,size=2M,uuid=" LOGO_UUID \
+ "name=misc,size=128K,uuid=${uuid_gpt_misc};" \
+ "name=dtbo,size=8M,uuid=${uuid_gpt_dtbo};" \
+ "name=vbmeta,size=64K,uuid=${uuid_gpt_vbmeta};" \
+ "name=boot,size=32M,bootable,uuid=${uuid_gpt_boot};" \
+ "name=recovery,size=32M,uuid=${uuid_gpt_recovery};" \
+ "name=cache,size=256M,uuid=${uuid_gpt_cache};" \
+ "name=super,size=2304M,uuid=${uuid_gpt_super};" \
+ "name=userdata,size=4820M,uuid=${uuid_gpt_userdata};" \
"name=rootfs,size=-,uuid=" ROOT_UUID