commit | 4095473b1d6b863c4c061e7d60cca7f7aec3944a | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon May 09 20:17:07 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue May 17 06:44:06 2022 +0200 |
tree | a0bb5824b5f51a02b06e426259b94ad5f823f473 | |
parent | 8821dd483fef731ec8d51184028b7f0e322f7c6e [diff] |
arm: mvebu: Fix DEBUG_UART_BASE for all 32-bit boards UART base address is located in internal registers. Internal registers for 32-bit mvebu boards in SPL are at address 0xd0000000 and in proper U-Boot at address 0xf1000000. Fix DEBUG_UART_BASE option for all 32-bit mvebu boards. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>