diff options
author | Ricardo Salveti <ricardo@foundries.io> | 2019-12-16 11:37:29 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-16 11:50:13 -0300 |
commit | 62178407d2612f2cb51430d149563d9266a262aa (patch) | |
tree | 1ddd0b4a47105228c5e23f0e21b562bd7277df71 /conf/machine | |
parent | 2d32c1cafbaee0fd7ad3137936b1b23f63101b39 (diff) | |
download | meta-freescale-62178407d2612f2cb51430d149563d9266a262aa.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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
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" | |||
34 | UBOOT_ENTRYPOINT_mx6ull = "0x10008000" | 34 | UBOOT_ENTRYPOINT_mx6ull = "0x10008000" |
35 | UBOOT_ENTRYPOINT_mx7 = "0x80008000" | 35 | UBOOT_ENTRYPOINT_mx7 = "0x80008000" |
36 | UBOOT_ENTRYPOINT_mx7ulp = "0x60008000" | 36 | UBOOT_ENTRYPOINT_mx7ulp = "0x60008000" |
37 | UBOOT_ENTRYPOINT_mx8mm = "0x40480000" | ||
37 | UBOOT_ENTRYPOINT_mx8mq = "0x40480000" | 38 | UBOOT_ENTRYPOINT_mx8mq = "0x40480000" |
38 | UBOOT_ENTRYPOINT_vf = "0x80008000" | 39 | UBOOT_ENTRYPOINT_vf = "0x80008000" |
39 | 40 | ||