summaryrefslogtreecommitdiffstats
path: root/include/configs/ti_armv7_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-20 08:53:44 -0400
committerTom Rini <trini@ti.com>2013-08-28 11:44:58 -0400
commita7142dd0963d44d446cf4be5ba710a04c2223e86 (patch)
tree3ff171957908916d9b6b5e7e617188909a448df2 /include/configs/ti_armv7_common.h
parentc27efde68dfd7fd2da364d556d586495e78d3396 (diff)
downloadtalos-obmc-uboot-a7142dd0963d44d446cf4be5ba710a04c2223e86.tar.gz
talos-obmc-uboot-a7142dd0963d44d446cf4be5ba710a04c2223e86.zip
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>
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r--include/configs/ti_armv7_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index e0ab6912ba..1e4bca55a4 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -223,14 +223,14 @@
#endif
#ifdef CONFIG_MMC
+#define CONFIG_SPL_LIBDISK_SUPPORT
#define CONFIG_SPL_MMC_SUPPORT
#define CONFIG_SPL_FAT_SUPPORT
#endif
-/* General parts of the framework. */
+/* General parts of the framework, required. */
#define CONFIG_SPL_I2C_SUPPORT
#define CONFIG_SPL_LIBCOMMON_SUPPORT
-#define CONFIG_SPL_LIBDISK_SUPPORT
#define CONFIG_SPL_LIBGENERIC_SUPPORT
#define CONFIG_SPL_SERIAL_SUPPORT
#define CONFIG_SPL_GPIO_SUPPORT
OpenPOWER on IntegriCloud