diff mbox series

[U-Boot,4/4] am335x: am335x_evm_usbspl_defconfig: NETCONSOLE

Message ID 20180307104044.4739-5-jdk@ti.com
State Accepted
Commit 72566261d88491ecfd4a69d156235635b99fc1b2
Delegated to: Tom Rini
Headers show
Series Add support for BeagleBoard.org PocketBeagle | expand

Commit Message

Jason Kridner March 7, 2018, 10:40 a.m. UTC
Enable NETCONSOLE by default. Still requires changes to the boot
environment to enable on the platform.

Signed-of-by: Jason Kridner <jdk@ti.com>
Cc: Tom Rini <trini@konsulko.com>
---
 configs/am335x_evm_usbspl_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Tom Rini March 7, 2018, 2:27 p.m. UTC | #1
On Wed, Mar 07, 2018 at 05:40:44AM -0500, Jason Kridner wrote:

> Enable NETCONSOLE by default. Still requires changes to the boot
> environment to enable on the platform.
> 
> Signed-of-by: Jason Kridner <jdk@ti.com>
> Cc: Tom Rini <trini@konsulko.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini April 7, 2018, 12:44 a.m. UTC | #2
On Wed, Mar 07, 2018 at 05:40:44AM -0500, Jason Kridner wrote:

> Enable NETCONSOLE by default. Still requires changes to the boot
> environment to enable on the platform.
> 
> Signed-of-by: Jason Kridner <jdk@ti.com>
> Cc: Tom Rini <trini@konsulko.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am335x_evm_usbspl_defconfig b/configs/am335x_evm_usbspl_defconfig
index e4bf757923..19f7c49951 100644
--- a/configs/am335x_evm_usbspl_defconfig
+++ b/configs/am335x_evm_usbspl_defconfig
@@ -6,7 +6,13 @@  CONFIG_AM33XX=y
 CONFIG_DISTRO_DEFAULTS=y
 # CONFIG_ANDROID_BOOT_IMAGE is not set
 CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run envboot; run distro_bootcmd"
+CONFIG_CONSOLE_MUX=y
+CONFIG_SYS_CONSOLE_IS_IN_ENV=y
+# CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE is not set
+CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
+# CONFIG_SYS_STDIO_DEREGISTER is not set
+# CONFIG_FIT_EMBED is not set
 CONFIG_VERSION_VARIABLE=y
 CONFIG_ARCH_MISC_INIT=y
 CONFIG_SPL=y
@@ -50,3 +56,4 @@  CONFIG_USB_ETHER=y
 CONFIG_LZO=y
 CONFIG_OF_LIBFDT=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_NETCONSOLE=y