From 7af73ed7bd81d30d2ee1864a924b14b94fa3ec9c Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Fri, 18 May 2018 11:34:56 +0200 Subject: platform-v7a: barebox: consistently disable netconsole It is not needed and on some boards it errors when it does not find a network interface. Signed-off-by: Roland Hieber --- configs/platform-v7a/barebox-mx6.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a/barebox-mx6.config') diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config index 65ce26d..b99dc16 100644 --- a/configs/platform-v7a/barebox-mx6.config +++ b/configs/platform-v7a/barebox-mx6.config @@ -442,7 +442,7 @@ CONFIG_CMD_BOOTCHOOSER=y # CONFIG_CMD_SEED is not set CONFIG_NET=y # CONFIG_NET_NFS is not set -CONFIG_NET_NETCONSOLE=y +# CONFIG_NET_NETCONSOLE is not set CONFIG_NET_RESOLV=y CONFIG_NET_IFUP=y CONFIG_NET_DHCP=y -- cgit v1.2.3