]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: Fix DEBUG_UART_BASE for all 32-bit boards
authorPali Rohár <pali@kernel.org>
Mon, 9 May 2022 18:17:07 +0000 (20:17 +0200)
committerStefan Roese <sr@denx.de>
Tue, 17 May 2022 04:44:06 +0000 (06:44 +0200)
commit4586ad3733c32a37469622d048a054a113752f01
treea0bb5824b5f51a02b06e426259b94ad5f823f473
parent87fdf815da023b56e357b8270480e3a85cc0fab9
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>
configs/clearfog_defconfig
configs/controlcenterdc_defconfig
configs/db-88f6820-amc_defconfig
configs/db-88f6820-gp_defconfig
configs/db-mv784mp-gp_defconfig
configs/ds414_defconfig
configs/helios4_defconfig
configs/maxbcm_defconfig
configs/theadorable_debug_defconfig
configs/x530_defconfig