summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@gmail.com>2020-08-18 15:50:02 +0300
committerIgor Opaniuk <igor.opaniuk@gmail.com>2020-08-18 15:54:37 +0300
commit06a47fa4dd51dc2d68f463ba339b7049a8c475e5 (patch)
tree681a91dec5dec65e629f6a5741a105e99ee2bfcc /recipes-bsp
parent7c758ad91693bac28796d8e7b9d27c15f89b6cac (diff)
imx-atf: set proper UART base for Verdin iMX8MM
Set proper UART base for Verdin iMX8MM. Related-to: ELB-2923 Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_%.bbappend b/recipes-bsp/imx-atf/imx-atf_%.bbappend
index 08549a8..c2b727c 100644
--- a/recipes-bsp/imx-atf/imx-atf_%.bbappend
+++ b/recipes-bsp/imx-atf/imx-atf_%.bbappend
@@ -16,6 +16,10 @@ SRCREV = "bb209a0b4ccca2aa4a3a887f9606dc4a3d294adf"
PLATFORM_mx8qxp = "imx8qx"
PLATFORM_mx8mn = "imx8mn"
+EXTRA_OEMAKE_mx8mm += " \
+ IMX_BOOT_UART_BASE=0x30860000 \
+"
+
# imx-atf 1.5 uses bl31-imx8qxp.bin, 2.0 will use bl31-imx8qx.bin for a
# platform specific filename. Provide both for now, so that the user of
# the file need not care.