summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2019-12-16 11:37:29 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-08 08:43:39 -0300
commitede571655a82da51c423f56ddab12550d10b8464 (patch)
tree0cfa9ad08e0040cdfb1286db1cf8eabf5d360c5e
parent4e7e8ef4676c45f502dd2a0bd5179c3b777362a1 (diff)
downloadmeta-freescale-ede571655a82da51c423f56ddab12550d10b8464.tar.gz
imx-base.inc: add uboot entrypoint for mx8mm
Default u-boot load address is set to 0x40480000 but fitImage support requires the UBOOT_ENTRYPOINT to be defined as well, so just extend imx-base.inc to also include a default uboot entrypoint for mx8mm. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> (cherry picked from commit 62178407d2612f2cb51430d149563d9266a262aa)
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index a3532f85..5810253c 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -34,6 +34,7 @@ UBOOT_ENTRYPOINT_mx6ul = "0x10008000"
34UBOOT_ENTRYPOINT_mx6ull = "0x10008000" 34UBOOT_ENTRYPOINT_mx6ull = "0x10008000"
35UBOOT_ENTRYPOINT_mx7 = "0x80008000" 35UBOOT_ENTRYPOINT_mx7 = "0x80008000"
36UBOOT_ENTRYPOINT_mx7ulp = "0x60008000" 36UBOOT_ENTRYPOINT_mx7ulp = "0x60008000"
37UBOOT_ENTRYPOINT_mx8mm = "0x40480000"
37UBOOT_ENTRYPOINT_mx8mq = "0x40480000" 38UBOOT_ENTRYPOINT_mx8mq = "0x40480000"
38UBOOT_ENTRYPOINT_vf = "0x80008000" 39UBOOT_ENTRYPOINT_vf = "0x80008000"
39 40