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:
4b334b6
)
ARM: rmobile: Fix environment placement on Draak
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sun, 10 Jun 2018 14:19:01 +0000
(16:19 +0200)
committer
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sat, 16 Jun 2018 00:17:57 +0000
(
02:17
+0200)
The environment on Draak is in the eMMC, card 0, place it so.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
include/configs/draak.h
patch
|
blob
|
history
diff --git
a/include/configs/draak.h
b/include/configs/draak.h
index 7aabf1178b6efdcb31a93d38196526ddc3658c88..e1b9bf18850f0bbde6378b737fc469487c3d6d4c 100644
(file)
--- a/
include/configs/draak.h
+++ b/
include/configs/draak.h
@@
-20,7
+20,7
@@
/* Environment in eMMC, at the end of 2nd "boot sector" */
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
-#define CONFIG_SYS_MMC_ENV_DEV
1
+#define CONFIG_SYS_MMC_ENV_DEV
0
#define CONFIG_SYS_MMC_ENV_PART 2
#define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS