diff options
author | Hannes Schmelzer <oe5hpm@oevsv.at> | 2016-02-19 12:09:44 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-24 18:44:02 -0500 |
commit | be0be088025c404ff6d5dbc11c6195432d65e5f5 (patch) | |
tree | cfb3212b05c85d5e845db27f4da72f930b743fc7 /include/configs/kwb.h | |
parent | a9a85fcc7b617c545672264f48dbda6f6348b321 (diff) | |
download | u-boot-be0be088025c404ff6d5dbc11c6195432d65e5f5.tar.gz |
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/kwb.h')
-rw-r--r-- | include/configs/kwb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/kwb.h b/include/configs/kwb.h index 45253b8118..e570c71741 100644 --- a/include/configs/kwb.h +++ b/include/configs/kwb.h @@ -106,7 +106,6 @@ BUR_COMMON_ENV \ #undef CONFIG_BOOTM_NETBSD #undef CONFIG_BOOTM_PLAN9 #undef CONFIG_BOOTM_RTEMS -#undef CONFIG_CMD_CRC32 /* Support both device trees and ATAGs. */ #define CONFIG_OF_LIBFDT @@ -122,17 +121,11 @@ BUR_COMMON_ENV \ #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 */ - #undef CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 |