summaryrefslogtreecommitdiffstats
path: root/include/configs/tseries.h
diff options
context:
space:
mode:
authorHannes Schmelzer <oe5hpm@oevsv.at>2016-02-19 12:09:44 +0100
committerTom Rini <trini@konsulko.com>2016-02-24 18:44:02 -0500
commitbe0be088025c404ff6d5dbc11c6195432d65e5f5 (patch)
treecfb3212b05c85d5e845db27f4da72f930b743fc7 /include/configs/tseries.h
parenta9a85fcc7b617c545672264f48dbda6f6348b321 (diff)
downloadblackbird-obmc-uboot-be0be088025c404ff6d5dbc11c6195432d65e5f5.tar.gz
blackbird-obmc-uboot-be0be088025c404ff6d5dbc11c6195432d65e5f5.zip
board/BuR: move everything possible from board's headerfile to KConfig
We drop everything possible things from board headerfiles and replace this functionality with responsible settings in Kconfig (_defconfig). Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/tseries.h')
-rw-r--r--include/configs/tseries.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/tseries.h b/include/configs/tseries.h
index 93e34544cb..2d352ed320 100644
--- a/include/configs/tseries.h
+++ b/include/configs/tseries.h
@@ -204,7 +204,6 @@ MMCARGS
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_BASE 0x8000000
#define CONFIG_NAND_OMAP_GPMC
-#define CONFIG_CMD_NAND
/* don't change OMAP_ELM, ECCSCHEME. ROM code only supports this */
#define CONFIG_NAND_OMAP_ELM
#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW
@@ -249,23 +248,15 @@ MMCARGS
#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT
/* attention! not only for gadget, enables also highspeed in hostmode */
#define CONFIG_USB_GADGET_DUALSPEED
-#define CONFIG_USB_MUSB_HOST
#define CONFIG_AM335X_USB0
#define CONFIG_AM335X_USB0_MODE MUSB_HOST
#define CONFIG_AM335X_USB1
#define CONFIG_AM335X_USB1_MODE MUSB_HOST
-#ifdef CONFIG_USB_MUSB_HOST
-#define CONFIG_CMD_USB
-#define CONFIG_USB_STORAGE
-#endif /* CONFIG_USB_MUSB_HOST */
-
#if defined(CONFIG_SPI_BOOT)
/* McSPI IP block */
#define CONFIG_SPI
#define CONFIG_OMAP3_SPI
-#define CONFIG_CMD_SPI
-#define CONFIG_CMD_SF
#define CONFIG_SF_DEFAULT_SPEED 24000000
#define CONFIG_SPL_SPI_SUPPORT
OpenPOWER on IntegriCloud