]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: use 0x80008000 as the UBOOT_ENTRYPOINT for mx6ul, mx6ull and mx6ulz
authorMarc Ferland <ferlandm@amotus.ca>
Mon, 3 May 2021 18:06:31 +0000 (14:06 -0400)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 4 May 2021 14:08:22 +0000 (11:08 -0300)
Based on the different reference manuals, the DDR controller for the
mx6ul, mx6ull and mx6ulz is at 0x80000000 and not 0x10000000 like the
imx6 dual or quad for example.

Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
conf/machine/include/imx-base.inc

index a1ab6cc3895b11a6480eaed16908f4d2d2b79fe0..8a2a5dfd121734809d5f10098ace0375c22d6566 100644 (file)
@@ -82,9 +82,9 @@ UBOOT_ENTRYPOINT_mx6    = "0x10008000"
 UBOOT_ENTRYPOINT_mx6sl  = "0x80008000"
 UBOOT_ENTRYPOINT_mx6sll = "0x80008000"
 UBOOT_ENTRYPOINT_mx6sx  = "0x80008000"
-UBOOT_ENTRYPOINT_mx6ul  = "0x10008000"
-UBOOT_ENTRYPOINT_mx6ull = "0x10008000"
-UBOOT_ENTRYPOINT_mx6ulz = "0x10008000"
+UBOOT_ENTRYPOINT_mx6ul  = "0x80008000"
+UBOOT_ENTRYPOINT_mx6ull = "0x80008000"
+UBOOT_ENTRYPOINT_mx6ulz = "0x80008000"
 UBOOT_ENTRYPOINT_mx7    = "0x80008000"
 UBOOT_ENTRYPOINT_mx7ulp = "0x60008000"
 UBOOT_ENTRYPOINT_mx8m   = "0x40480000"