]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: am65x_evm_r5: Activate early console functionality
authorAndreas Dannenberg <dannenberg@ti.com>
Thu, 15 Aug 2019 20:55:31 +0000 (15:55 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 14:07:33 +0000 (10:07 -0400)
Activate early console functionality on AM654x devices to allow for an
alternate serial port to be used to support UART-based boot. This is so
that System Firmware (SYSFW) can get loaded over the serial port prior
to the main console being brought up and made available.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
configs/am65x_evm_r5_defconfig

index 077aa37e00f702e884f4d7a8c6c2d3c0ed0c5f4c..d0619e9b7a45e0cfefec64cb3edd2bd78cbabac9 100644 (file)
@@ -5,6 +5,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
 CONFIG_SYS_MALLOC_F_LEN=0x55000
 CONFIG_SOC_K3_AM6=y
+CONFIG_K3_EARLY_CONS=y
 CONFIG_TARGET_AM654_R5_EVM=y
 CONFIG_SPL_MMC_SUPPORT=y
 CONFIG_SPL_SERIAL_SUPPORT=y