diff options
author | Buddy Liong | 2018-03-20 16:05:19 -0500 |
---|---|---|
committer | Buddy Liong | 2018-03-20 16:08:53 -0500 |
commit | c6a78957e995d9a13810d296ebb665fc8340619d (patch) | |
tree | 267b4cc6b390858c522d580f389fcadfeba16562 | |
parent | 333293e877c338e251c65e8a8a7c45b2cf5c6a06 (diff) | |
parent | 5ddd5a8a256713300973cb633e84abf2542aaf94 (diff) | |
download | u-boot-6AO.1.0.tar.gz u-boot-6AO.1.0.tar.xz u-boot-6AO.1.0.zip |
Merge branch 'p-ti-u-boot-2016.05' of git://git.omapzoom.org/repo/u-boot into 6AO.1.06AO.1.0
* 'p-ti-u-boot-2016.05' of git://git.omapzoom.org/repo/u-boot:
dra7x: fastboot: Increase boot partition size
Signed-off-by: Buddy Liong <a0270631@ti.com>
-rw-r--r-- | include/configs/dra7xx_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index fadeb78a16..05d88d3ccb 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h | |||
@@ -64,7 +64,7 @@ | |||
64 | "name=efs,size=16M,uuid=${uuid_gpt_efs};" \ | 64 | "name=efs,size=16M,uuid=${uuid_gpt_efs};" \ |
65 | "name=crypto,size=16K,uuid=${uuid_gpt_crypto};" \ | 65 | "name=crypto,size=16K,uuid=${uuid_gpt_crypto};" \ |
66 | "name=recovery,size=30M,uuid=${uuid_gpt_recovery};" \ | 66 | "name=recovery,size=30M,uuid=${uuid_gpt_recovery};" \ |
67 | "name=boot,size=10M,uuid=${uuid_gpt_boot};" \ | 67 | "name=boot,size=30M,uuid=${uuid_gpt_boot};" \ |
68 | "name=system,size=768M,uuid=${uuid_gpt_system};" \ | 68 | "name=system,size=768M,uuid=${uuid_gpt_system};" \ |
69 | "name=vendor,size=256M,uuid=${uuid_gpt_vendor};" \ | 69 | "name=vendor,size=256M,uuid=${uuid_gpt_vendor};" \ |
70 | "name=cache,size=256M,uuid=${uuid_gpt_cache};" \ | 70 | "name=cache,size=256M,uuid=${uuid_gpt_cache};" \ |