diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:47 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:14 -0400 |
commit | 2fa08508773a1aada8025333b009fe5fde80d831 (patch) | |
tree | c7800f80bf86fb5f59e74c12c6a97117ba733721 /include | |
parent | 95689da5a7301e7727d58e9f44e990d4aa18ea1c (diff) | |
download | u-boot-imx-2fa08508773a1aada8025333b009fe5fde80d831.zip u-boot-imx-2fa08508773a1aada8025333b009fe5fde80d831.tar.gz u-boot-imx-2fa08508773a1aada8025333b009fe5fde80d831.tar.bz2 |
Convert CONFIG_SPL_MUSB_NEW_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_evm.h | 1 | ||||
-rw-r--r-- | include/configs/baltos.h | 1 | ||||
-rw-r--r-- | include/configs/bav335x.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index afda811..1f43582 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -215,7 +215,6 @@ #define CONFIG_SYS_BOOTCOUNT_BE /* USB gadget RNDIS */ -#define CONFIG_SPL_MUSB_NEW_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" #endif diff --git a/include/configs/baltos.h b/include/configs/baltos.h index ea3bd54..0c05864 100644 --- a/include/configs/baltos.h +++ b/include/configs/baltos.h @@ -225,7 +225,6 @@ #define CONFIG_BOOTCOUNT_AM33XX /* USB gadget RNDIS */ -/*#define CONFIG_SPL_MUSB_NEW_SUPPORT*/ /* General network SPL, both CPSW and USB gadget RNDIS */ /*#define CONFIG_SPL_NET_SUPPORT diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h index 019c936..da93d08 100644 --- a/include/configs/bav335x.h +++ b/include/configs/bav335x.h @@ -359,7 +359,6 @@ DEFAULT_LINUX_BOOT_ENV \ #define CONFIG_SYS_BOOTCOUNT_BE /* USB gadget RNDIS */ -#define CONFIG_SPL_MUSB_NEW_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" #endif |