[U-Boot] [PATCH v3 18/30] sunxi: Add uENV partition on gpt partition table

Jagan Teki jagannadh.teki at gmail.com
Sun Jan 28 16:19:39 UTC 2018


Insert 128KiB uENV partition after loader2 on gpt partition table.

Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
 include/configs/sunxi-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 687c7a3..4f3170d 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -505,6 +505,7 @@ extern int soft_i2c_gpio_scl;
 #define PARTS_DEFAULT \
 	"name=loader1,start=8k,size=32k,uuid=${uuid_gpt_loader1};" \
 	"name=loader2,size=984k,uuid=${uuid_gpt_loader2};" \
+	"name=uEnv,size=128K,uuid=${uuid_gpt_uenv};" \
 	"name=esp,size=128M,bootable,uuid=${uuid_gpt_esp};" \
 	"name=system,size=-,uuid=${uuid_gpt_system};"
 
-- 
2.7.4



More information about the U-Boot mailing list