projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b016a
)
configs: db410c: Set eMMC env partition to BOOT2
author
Ramon Fried
<ramon.fried@gmail.com>
Thu, 14 Jun 2018 04:04:40 +0000
(07:04 +0300)
committer
Tom Rini
<trini@konsulko.com>
Tue, 19 Jun 2018 11:31:46 +0000
(07:31 -0400)
BOOT2 partition is empty and free for using to store the environment.
Use that instead of the default user partition.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
include/configs/dragonboard410c.h
patch
|
blob
|
history
diff --git
a/include/configs/dragonboard410c.h
b/include/configs/dragonboard410c.h
index 86fa735470c743027806400bada46487cc1a2e3e..46a7179f1bed023b5b1a306678627b073bdebd28 100644
(file)
--- a/
include/configs/dragonboard410c.h
+++ b/
include/configs/dragonboard410c.h
@@
-94,6
+94,7
@@
REFLASH(dragonboard/u-boot.img, 8)\
#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_SYS_MMC_ENV_DEV 0 /* mmc0 = emmc, mmc1 = sd */
+#define CONFIG_SYS_MMC_ENV_PART 2 /* Set env partition to BOOT2 partition */
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + SZ_8M)