Merge "plat: imx8mm: provide uart base as build option" into integration

This commit is contained in:
Sandrine Bailleux 2020-03-11 09:37:19 +00:00 committed by TrustedFirmware Code Review
commit 579c125644
2 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,6 @@
#define HAB_RVT_BASE U(0x00000900) /* HAB_RVT for i.MX8MM */
#define IMX_BOOT_UART_BASE U(0x30890000)
#define IMX_BOOT_UART_CLK_IN_HZ 24000000 /* Select 24MHz oscillator */
#define PLAT_CRASH_UART_BASE IMX_BOOT_UART_BASE

View File

@ -51,3 +51,6 @@ $(eval $(call add_define,BL32_BASE))
BL32_SIZE ?= 0x2000000
$(eval $(call add_define,BL32_SIZE))
IMX_BOOT_UART_BASE ?= 0x30890000
$(eval $(call add_define,IMX_BOOT_UART_BASE))