All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: turris_{omnia,mox}: Enable CONFIG_NETCONSOLE
@ 2022-05-09  9:12 Pali Rohár
  2022-05-09 10:48 ` Stefan Roese
  2022-05-17  7:53 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Pali Rohár @ 2022-05-09  9:12 UTC (permalink / raw)
  To: Stefan Roese, Marek Behun; +Cc: u-boot

This allows to use U-Boot console on Turris devices via network.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 configs/turris_mox_defconfig   | 1 +
 configs/turris_omnia_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index bcd3699a4fab..c1bd1de4a91c 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -56,6 +56,7 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_ARP_TIMEOUT=200
 CONFIG_NET_RETRY_COUNT=50
+CONFIG_NETCONSOLE=y
 CONFIG_SCSI_AHCI=y
 CONFIG_AHCI_PCI=y
 CONFIG_BUTTON=y
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 217e2603fdfb..3d5b6c2fdad7 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -68,6 +68,7 @@ CONFIG_USE_ETHPRIME=y
 CONFIG_ETHPRIME="ethernet@34000"
 CONFIG_ARP_TIMEOUT=200
 CONFIG_NET_RETRY_COUNT=50
+CONFIG_NETCONSOLE=y
 CONFIG_SPL_OF_TRANSLATE=y
 CONFIG_AHCI_PCI=y
 CONFIG_AHCI_MVEBU=y
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-17  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09  9:12 [PATCH] arm: mvebu: turris_{omnia,mox}: Enable CONFIG_NETCONSOLE Pali Rohár
2022-05-09 10:48 ` Stefan Roese
2022-05-17  7:53 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.