spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot...
authorFaiz Abbas <faiz_abbas@ti.com>
Fri, 16 Feb 2018 15:47:44 +0000 (21:17 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 5 Mar 2018 15:06:05 +0000 (10:06 -0500)
commitb432b1ebdf3422caa3b714ef5a417a4e8864fad6
tree4634f3926499f5a32830b6df00dbc227b415deab
parentcd655514aa044c77fe3b895a51677ba47b26ba89
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>
17 files changed:
arch/arm/mach-omap2/boot-common.c
board/birdland/bav335x/board.c
board/bosch/shc/board.c
board/tcl/sl50/board.c
board/ti/am335x/board.c
board/vscom/baltos/board.c
common/spl/Kconfig
common/spl/spl_net.c
configs/am335x_evm_usbspl_defconfig
configs/am43xx_hs_evm_defconfig
configs/mx6memcal_defconfig
drivers/Makefile
include/configs/am335x_evm.h
include/configs/am335x_sl50.h
include/configs/am43xx_evm.h
include/configs/baltos.h
include/configs/bav335x.h