projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e22cbb
)
arm: dra7: Increase "bootloader" partition size
author
Semen Protsenko
<semen.protsenko@linaro.org>
Fri, 9 Jun 2017 14:12:48 +0000
(17:12 +0300)
committer
Tom Rini
<trini@konsulko.com>
Mon, 12 Jun 2017 12:38:47 +0000
(08:38 -0400)
Increase the size of u-boot.img, so that it conforms with new DFU
configuration (see commit [1]).
[1]
7a53a1a8115b
ARM: ti: Update layout for MMC and eMMC (env and dfu)
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/dra7xx_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/dra7xx_evm.h
b/include/configs/dra7xx_evm.h
index 71c9d82791e38178e9bad0e2f0338311a0d4552e..d6c4a71ab2021d5d529a49ef9ed32b6648ad36da 100644
(file)
--- a/
include/configs/dra7xx_evm.h
+++ b/
include/configs/dra7xx_evm.h
@@
-57,7
+57,7
@@
"partitions_android=" \
"uuid_disk=${uuid_gpt_disk};" \
"name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};" \
- "name=bootloader,size=
768
K,uuid=${uuid_gpt_bootloader};" \
+ "name=bootloader,size=
1792
K,uuid=${uuid_gpt_bootloader};" \
"name=environment,size=128K,uuid=${uuid_gpt_environment};" \
"name=misc,size=128K,uuid=${uuid_gpt_misc};" \
"name=reserved,size=256K,uuid=${uuid_gpt_reserved};" \