Commit 16ae8dec3b1fa596a87a1a2b685001cb4cb70dbb

Authored by Vignesh R
Committed by Lokesh Vutla
1 parent 77b70b0fe4

arm: am43xx: Allow environment to be in MMC for USBETH boot mode

On am43xx, MMC is always initialized in SPL irrespective of boot mode,
hence, lets keep the environment in MMC (which is default for peripheral
boot modes) for USBETH boot mode as well.
Therefore, don't define CONFIG_ENV_IS_NOWHERE in case of USBETH/RNDIS
boot.

Signed-off-by: Vignesh R <vigneshr@ti.com>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

include/configs/am43xx_evm.h
... ... @@ -128,11 +128,6 @@
128 128 #undef CONFIG_DM_NAND
129 129 #endif
130 130  
131   -#if (defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT))
132   -#undef CONFIG_ENV_IS_IN_FAT
133   -#define CONFIG_ENV_IS_NOWHERE
134   -#endif
135   -
136 131 #ifndef CONFIG_SPL_BUILD
137 132 /* USB Device Firmware Update support */
138 133 #define DFUARGS \