summaryrefslogtreecommitdiff
path: root/board/birdland
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 /board/birdland
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 'board/birdland')
-rw-r--r--board/birdland/bav335x/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/birdland/bav335x/board.c b/board/birdland/bav335x/board.c
index f284568ec9..d4bb1e743f 100644
--- a/board/birdland/bav335x/board.c
+++ b/board/birdland/bav335x/board.c
@@ -360,7 +360,7 @@ static struct cpsw_platform_data cpsw_data = {
* Build in only these cases to avoid warnings about unused variables
* when we build an SPL that has neither option but full U-Boot will.
*/
-#if ((defined(CONFIG_SPL_ETH_SUPPORT) || defined(CONFIG_SPL_USBETH_SUPPORT)) &&\
+#if ((defined(CONFIG_SPL_ETH_SUPPORT) || defined(CONFIG_SPL_USB_ETHER)) &&\
defined(CONFIG_SPL_BUILD)) || \
((defined(CONFIG_DRIVER_TI_CPSW) || \
defined(CONFIG_USB_ETHER) && defined(CONFIG_USB_MUSB_GADGET)) && \