Commit f575cafb3b070e2478cc0b1b3a5156f6d353e7b6

Authored by Simon Glass
Committed by Tom Rini
1 parent 16e30e36bf

Convert CONFIG_SPL_USB_SUPPORT to Kconfig

Move this option to Kconfig and tidy up existing uses.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 2 changed files with 1 additions and 3 deletions Side-by-side Diff

configs/am43xx_evm_usbhost_boot_defconfig
... ... @@ -12,6 +12,7 @@
12 12 CONFIG_SPL_STACK_R=y
13 13 CONFIG_SPL_MTD_SUPPORT=y
14 14 CONFIG_SPL_USB_HOST_SUPPORT=y
  15 +CONFIG_SPL_USB_SUPPORT=y
15 16 CONFIG_HUSH_PARSER=y
16 17 CONFIG_CMD_BOOTZ=y
17 18 # CONFIG_CMD_IMLS is not set
include/configs/am43xx_evm.h
... ... @@ -86,9 +86,6 @@
86 86 #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds"
87 87  
88 88 /* SPL USB Support */
89   -#ifdef CONFIG_SPL_USB_HOST_SUPPORT
90   -#define CONFIG_SPL_USB_SUPPORT
91   -#endif
92 89  
93 90 #if defined(CONFIG_SPL_USB_HOST_SUPPORT) || !defined(CONFIG_SPL_BUILD)
94 91 #define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1