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/configs/am335x_evm.h | |
parent | 95689da5a7301e7727d58e9f44e990d4aa18ea1c (diff) |
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/configs/am335x_evm.h')
-rw-r--r-- | include/configs/am335x_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index afda811ca2..1f43582ddc 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 |