From 2fa08508773a1aada8025333b009fe5fde80d831 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:47 -0600 Subject: Convert CONFIG_SPL_MUSB_NEW_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- include/configs/am335x_evm.h | 1 - include/configs/baltos.h | 1 - include/configs/bav335x.h | 1 - 3 files changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index afda811ca2c..1f43582ddcb 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 ea3bd549570..0c058645372 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 019c9366bd5..da93d08fddb 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 -- cgit v1.2.3