configs: am6*_evm/j721e_evm: Fix earlycon uart MMIO address

The earlycon UART address was unintentionally modifed to uart8 from uart0
by Commit be0386826c ("configs: am6*_evm/j721e_evm: prevent optargs from getting overwritten")
this change caused boot to break in multiple platforms, only J7AEP is configured
to have the earlycon on uart8.

This commit reverts the earlycon MMIO address for AM62x, AM64x, AM65x
and J721E to original expected value 0x02800000 (main_uart0), this fixes the
broken boot for the above platforms.

Fixes: be0386826c ("configs: am6*_evm/j721e_evm: prevent optargs from getting overwritten")

Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
This commit is contained in:
Vaishnav Achath 2022-07-06 18:41:07 +00:00 committed by Anand Gadiyar
parent e46b2925fc
commit f9ba44344a
4 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@
"name_kern=Image\0" \
"console=ttyS2,115200n8\0" \
"args_all=setenv optargs ${optargs} " \
"earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}\0" \
"earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}\0" \
"run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0"
/* U-Boot MMC-specific configuration */

View File

@ -115,7 +115,7 @@
"name_kern=Image\0" \
"console=ttyS2,115200n8\0" \
"args_all=setenv optargs ${optargs} " \
"earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}\0" \
"earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}\0" \
"run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0"
/* U-Boot MMC-specific configuration */

View File

@ -70,7 +70,7 @@
"console=ttyS2,115200n8\0" \
"stdin=serial,usbkbd\0" \
"args_all=setenv optargs ${optargs} " \
"earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}\0" \
"earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}\0" \
"run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0" \
/* U-Boot MMC-specific configuration */

View File

@ -88,7 +88,7 @@
"name_kern=Image\0" \
"console=ttyS2,115200n8\0" \
"args_all=setenv optargs ${optargs} " \
"earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}\0" \
"earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}\0" \
"run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0"
#define PARTS_DEFAULT \