diff options
| author | Andreas Dannenberg <[email protected]> | 2019-08-15 15:55:31 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-10-11 10:07:33 -0400 |
| commit | b8cc99a48f7753e58440ce61625327b11dcc149e (patch) | |
| tree | 9477285c0564309719334f11a3872135dde26490 | |
| parent | 20a229676e492d0e105d1ab535dba56f9f470ad0 (diff) | |
configs: am65x_evm_r5: Activate early console functionality
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 <[email protected]>
| -rw-r--r-- | configs/am65x_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig index 077aa37e00f..d0619e9b7a4 100644 --- a/configs/am65x_evm_r5_defconfig +++ b/configs/am65x_evm_r5_defconfig @@ -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 |
