aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2017-07-18 17:08:11 +0200
committerJean-Jacques Hiblot <jjhiblot@ti.com>2017-07-21 16:39:25 +0200
commitbf60047327436017202462383cf8ece61349c1d8 (patch)
treeac9a10aec2e6bdf8e8b96b206adf63aec0dc96b3
parentf71c87dd99aafa0b84baba599557789366d296b3 (diff)
downloadjacinto6evm-bf60047327436017202462383cf8ece61349c1d8.tar.gz
dra7xx_evm/am57xx_evm: update the default GPT table for eMMC
commit 6f3f23b50912 ("dra7xx_evm/am57xx_evm: update the default GPT table for eMMC") branch ti-u-boot-2017.01 The layout of the eMMC has been updated in commit 33348a383808 ("ARM: ti: Update layout for MMC and eMMC (env and dfu)"). This patch updates the GPT table for android to match this new layout for the following items: - xloader, - u-boot - the u-boot environment variables - the DTB (aka os args, aka environment) Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
-rw-r--r--include/configs/am57xx_evm.h4
-rw-r--r--include/configs/dra7xx_evm.h9
2 files changed, 7 insertions, 6 deletions
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
index 10281ac81d..f7c3f4aa13 100644
--- a/include/configs/am57xx_evm.h
+++ b/include/configs/am57xx_evm.h
@@ -43,8 +43,8 @@
"partitions_android=" \
"uuid_disk=${uuid_gpt_disk};" \
"name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};" \
- "name=bootloader,size=768K,uuid=${uuid_gpt_bootloader};" \
- "name=environment,size=128K,uuid=${uuid_gpt_environment};" \
+ "name=bootloader,size=2304K,uuid=${uuid_gpt_bootloader};" \
+ "name=environment,size=256K,uuid=${uuid_gpt_environment};" \
"name=misc,size=128K,uuid=${uuid_gpt_misc};" \
"name=reserved,size=256K,uuid=${uuid_gpt_reserved};" \
"name=efs,size=16M,uuid=${uuid_gpt_efs};" \
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 9fdc1e50d2..600e8cde35 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -55,11 +55,12 @@
/* Android partitions */ \
"partitions_android=" \
"uuid_disk=${uuid_gpt_disk};" \
- "name=xloader,start=128K,size=128K,uuid=${uuid_gpt_xloader};" \
- "name=bootloader,size=384K,uuid=${uuid_gpt_bootloader};" \
- "name=environment,size=128K,uuid=${uuid_gpt_environment};" \
+ "name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};" \
+ "name=bootloader,size=2304K,uuid=${uuid_gpt_bootloader};" \
+ "name=environment,size=256K,uuid=${uuid_gpt_environment};" \
"name=misc,size=128K,uuid=${uuid_gpt_misc};" \
- "name=efs,start=1280K,size=16M,uuid=${uuid_gpt_efs};" \
+ "name=reserved,size=256K,uuid=${uuid_gpt_reserved};" \
+ "name=efs,size=16M,uuid=${uuid_gpt_efs};" \
"name=crypto,size=16K,uuid=${uuid_gpt_crypto};" \
"name=recovery,size=10M,uuid=${uuid_gpt_recovery};" \
"name=boot,size=10M,uuid=${uuid_gpt_boot};" \