summaryrefslogtreecommitdiff
path: root/configs/am335x_evm_usbspl_defconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2018-02-16 21:17:44 +0530
committerTom Rini <trini@konsulko.com>2018-03-05 10:06:05 -0500
commitb432b1ebdf3422caa3b714ef5a417a4e8864fad6 (patch)
tree4634f3926499f5a32830b6df00dbc227b415deab /configs/am335x_evm_usbspl_defconfig
parentcd655514aa044c77fe3b895a51677ba47b26ba89 (diff)
spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG
Rename CONFIG_SPL_USBETH_SUPPORT to CONFIG_SPL_USB_ETHER. This enables users to block text using CONFIG_IS_ENABLED() instead of resorting to #if ladders with SPL and non-SPL cases. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'configs/am335x_evm_usbspl_defconfig')
-rw-r--r--configs/am335x_evm_usbspl_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_evm_usbspl_defconfig b/configs/am335x_evm_usbspl_defconfig
index d61aa94439..e4bf757923 100644
--- a/configs/am335x_evm_usbspl_defconfig
+++ b/configs/am335x_evm_usbspl_defconfig
@@ -15,7 +15,7 @@ CONFIG_SPL_NET_SUPPORT=y
CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL"
CONFIG_SPL_OS_BOOT=y
CONFIG_SPL_USB_GADGET_SUPPORT=y
-CONFIG_SPL_USBETH_SUPPORT=y
+CONFIG_SPL_USB_ETHER=y
# CONFIG_SPL_YMODEM_SUPPORT is not set
CONFIG_FASTBOOT=y
CONFIG_CMD_SPL=y