
Attempting to build AM335x without CONFIG_NET defined fails in assorted ways. This series fixes up those failures.
Alex Kiernan (5): Migrate CONFIG_DRIVER_TI_CPSW to Kconfig ti: am335x: Fix bootargs when building without NET usb: gadget: USB_ETHER requires network support ti: am335x: Fix build when networking is disabled net: Avoid build fail on am335x when NET is disabled
board/ti/am335x/board.c | 8 ++++---- cmd/nvedit.c | 30 ++++++++++++++++++++++++++++++ drivers/net/Kconfig | 8 ++++++++ drivers/usb/gadget/Kconfig | 1 + include/common.h | 4 ++++ include/configs/am335x_evm.h | 16 ++++++++++++++-- include/configs/am335x_shc.h | 1 - include/configs/am43xx_evm.h | 1 - include/configs/am57xx_evm.h | 1 - include/configs/bur_am335x_common.h | 1 - include/configs/cl-som-am57x.h | 1 - include/configs/cm_t43.h | 1 - include/configs/dra7xx_evm.h | 1 - include/configs/siemens-am33x-common.h | 1 - include/configs/ti814x_evm.h | 1 - include/configs/ti_am335x_common.h | 1 - include/net.h | 3 --- net/eth_common.c | 30 ------------------------------ scripts/config_whitelist.txt | 1 - 19 files changed, 61 insertions(+), 50 deletions(-)