mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-16 10:01:26 +02:00
configs: enable spl support wrt env device
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>
This commit is contained in:
parent
4f0cd03723
commit
c282eae07c
@ -208,7 +208,7 @@
|
|||||||
|
|
||||||
/* SPL */
|
/* SPL */
|
||||||
#ifdef CONFIG_SPL
|
#ifdef CONFIG_SPL
|
||||||
# ifdef CONFIG_NAND_MXS
|
# ifdef CONFIG_ENV_IS_IN_NAND
|
||||||
# define CONFIG_SPL_NAND_SUPPORT
|
# define CONFIG_SPL_NAND_SUPPORT
|
||||||
# else
|
# else
|
||||||
# define CONFIG_SPL_MMC_SUPPORT
|
# define CONFIG_SPL_MMC_SUPPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user