diff options
| author | Simon Glass <[email protected]> | 2016-09-12 23:19:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-09-16 17:27:22 -0400 |
| commit | f575cafb3b070e2478cc0b1b3a5156f6d353e7b6 (patch) | |
| tree | 0695e2b039f19a284fca63e34c76c5c1449c63e8 /include | |
| parent | 16e30e36bf17f920ad3ad953e7b541e4ce5328db (diff) | |
Convert CONFIG_SPL_USB_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am43xx_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index d7a96b9be48..c2fc2c20222 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -86,9 +86,6 @@ #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" /* SPL USB Support */ -#ifdef CONFIG_SPL_USB_HOST_SUPPORT -#define CONFIG_SPL_USB_SUPPORT -#endif #if defined(CONFIG_SPL_USB_HOST_SUPPORT) || !defined(CONFIG_SPL_BUILD) #define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1 |
