diff options
author | Simon Glass | 2021-07-10 21:14:29 -0600 |
---|---|---|
committer | Tom Rini | 2021-07-28 14:27:54 -0400 |
commit | 333e4a621dfcdf42ae2cb4ee6fff15c8ca50d608 (patch) | |
tree | 65983e2d6a00ff5ed1843924f1d7265e666bf93e /include/configs | |
parent | 078111b9c04764114c04f70969e84a01ffb487c0 (diff) |
Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am43xx_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index a9ec1aacf3c..31a1c7e392f 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -67,7 +67,7 @@ /* SPL USB Support */ -#if defined(CONFIG_SPL_USB_HOST_SUPPORT) || !defined(CONFIG_SPL_BUILD) +#if defined(CONFIG_SPL_USB_HOST) || !defined(CONFIG_SPL_BUILD) #define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1 #define CONFIG_USB_XHCI_OMAP |