mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-02 03:01:31 +02:00
TI:armv7: Move CONFIG_SPL_LIBDISK_SUPPORT to MMC section
We only need this library when we're doing "disk" access to MMC/SD. Update comment around the rest of CONFIG_SPL_LIB* to note that the others are always required. Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
c27efde68d
commit
a7142dd096
@ -223,14 +223,14 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_MMC
|
#ifdef CONFIG_MMC
|
||||||
|
#define CONFIG_SPL_LIBDISK_SUPPORT
|
||||||
#define CONFIG_SPL_MMC_SUPPORT
|
#define CONFIG_SPL_MMC_SUPPORT
|
||||||
#define CONFIG_SPL_FAT_SUPPORT
|
#define CONFIG_SPL_FAT_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* General parts of the framework. */
|
/* General parts of the framework, required. */
|
||||||
#define CONFIG_SPL_I2C_SUPPORT
|
#define CONFIG_SPL_I2C_SUPPORT
|
||||||
#define CONFIG_SPL_LIBCOMMON_SUPPORT
|
#define CONFIG_SPL_LIBCOMMON_SUPPORT
|
||||||
#define CONFIG_SPL_LIBDISK_SUPPORT
|
|
||||||
#define CONFIG_SPL_LIBGENERIC_SUPPORT
|
#define CONFIG_SPL_LIBGENERIC_SUPPORT
|
||||||
#define CONFIG_SPL_SERIAL_SUPPORT
|
#define CONFIG_SPL_SERIAL_SUPPORT
|
||||||
#define CONFIG_SPL_GPIO_SUPPORT
|
#define CONFIG_SPL_GPIO_SUPPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user