]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm: mvebu: turris_{omnia,mox}: Enable CONFIG_NETCONSOLE
authorPali Rohár <pali@kernel.org>
Mon, 9 May 2022 09:12:46 +0000 (11:12 +0200)
committerStefan Roese <sr@denx.de>
Tue, 17 May 2022 04:44:06 +0000 (06:44 +0200)
This allows to use U-Boot console on Turris devices via network.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/turris_mox_defconfig
configs/turris_omnia_defconfig

index bcd3699a4fab47f9a9ca853d7516836155766d5c..c1bd1de4a91ceef8af5e57049d4ca8c5b41db9d8 100644 (file)
@@ -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
index 62c9be29c86b4fcf7e6e7bf82b2cb8cc828a9c27..da94ca74ac911c3cacd8691fc3729f670b0285d8 100644 (file)
@@ -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