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-am335x.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a/barebox-am335x.config') diff --git a/configs/platform-v7a/barebox-am335x.config b/configs/platform-v7a/barebox-am335x.config index 0e4d50f..3cb5272 100644 --- a/configs/platform-v7a/barebox-am335x.config +++ b/configs/platform-v7a/barebox-am335x.config @@ -386,7 +386,7 @@ CONFIG_CMD_BOOTCHOOSER=y # CONFIG_CMD_SEED is not set CONFIG_NET=y CONFIG_NET_NFS=y -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