projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0cd03
)
configs: enable spl support wrt env device
author
Jagan Teki
<jagan@amarulasolutions.com>
Tue, 9 Jan 2018 18:49:52 +0000
(
00:19
+0530)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 4 Feb 2018 11:00:58 +0000
(12:00 +0100)
nand device needed for mmc config to access nand
for write and update so enabling SPL_SUPPORT to mmc
or nand is wrt to env device rather nand driver check.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
include/configs/imx6-engicam.h
patch
|
blob
|
history
diff --git
a/include/configs/imx6-engicam.h
b/include/configs/imx6-engicam.h
index 0c45e066d89cdf3f2c7ae762bfb0e4553143443b..5f43dfbb9ea7841de7c9ae7f89a156feb443f9a1 100644
(file)
--- a/
include/configs/imx6-engicam.h
+++ b/
include/configs/imx6-engicam.h
@@
-208,7
+208,7
@@
/* SPL */
#ifdef CONFIG_SPL
-# ifdef CONFIG_
NAND_MXS
+# ifdef CONFIG_
ENV_IS_IN_NAND
# define CONFIG_SPL_NAND_SUPPORT
# else
# define CONFIG_SPL_MMC_SUPPORT