diff options
author | Bernhard Nortmann <bernhard.nortmann@web.de> | 2015-09-14 15:29:47 +0200 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2015-09-29 21:54:46 -0500 |
commit | 8ac46a98618ea21cf9900961fcff9cf803198271 (patch) | |
tree | 632912691921570054c19b32ee4b6ee52f20d066 /configs/Bananapro_defconfig | |
parent | 266607480973a564f545eab1af5057d752480708 (diff) | |
download | u-boot-8ac46a98618ea21cf9900961fcff9cf803198271.tar.gz |
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>
Diffstat (limited to 'configs/Bananapro_defconfig')
-rw-r--r-- | configs/Bananapro_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Bananapro_defconfig b/configs/Bananapro_defconfig index e56ca71ca2..e9909d97c1 100644 --- a/configs/Bananapro_defconfig +++ b/configs/Bananapro_defconfig @@ -13,5 +13,6 @@ CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHC # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set +CONFIG_NETCONSOLE=y CONFIG_ETH_DESIGNWARE=y CONFIG_USB_EHCI_HCD=y |