Commit 8ac46a98618ea21cf9900961fcff9cf803198271

Authored by Bernhard Nortmann
Committed by Joe Hershberger
1 parent 2666074809

sunxi: add NetConsole by default for Banana Pi/Pro

Simon Glass and Joe Hershberger suggested adding at least one
test case for the CONFIG_DM_ETH plus CONFIG_NETCONSOLE options.

This patch enables NetConsole as a default for the "Banana Pi/Pro"
sunxi boards.

(By the nature of this patch it could probably be extended later
to include all sunxi boards using CONFIG_SUNXI_[EG]MAC.)

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

configs/Bananapi_defconfig
... ... @@ -11,6 +11,7 @@
11 11 # CONFIG_CMD_IMLS is not set
12 12 # CONFIG_CMD_FLASH is not set
13 13 # CONFIG_CMD_FPGA is not set
  14 +CONFIG_NETCONSOLE=y
14 15 CONFIG_ETH_DESIGNWARE=y
15 16 CONFIG_USB_EHCI_HCD=y
configs/Bananapro_defconfig
... ... @@ -13,6 +13,7 @@
13 13 # CONFIG_CMD_IMLS is not set
14 14 # CONFIG_CMD_FLASH is not set
15 15 # CONFIG_CMD_FPGA is not set
  16 +CONFIG_NETCONSOLE=y
16 17 CONFIG_ETH_DESIGNWARE=y
17 18 CONFIG_USB_EHCI_HCD=y