imx-atf: update to NXP's lf-6.1.36-2.1.0 release for ccimx93
New NXP's release is based on upstream v2.8. Use this only for ccimx93, and keep using the previous Kirkstone release (based on upstream v2.6) for the rest of the platforms. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
eb2f8d786f
commit
4f453efd89
|
|
@ -8,11 +8,11 @@ Signed-off-by: Javier Viguera <javier.viguera@digi.com>
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/plat/imx/imx93/include/platform_def.h b/plat/imx/imx93/include/platform_def.h
|
||||
index 59ce1c267568..c4855d7f5e82 100644
|
||||
index 9bbee908fe80..8eba2f6d917a 100644
|
||||
--- a/plat/imx/imx93/include/platform_def.h
|
||||
+++ b/plat/imx/imx93/include/platform_def.h
|
||||
@@ -53,7 +53,7 @@
|
||||
#define MAX_MMAP_REGIONS 16
|
||||
@@ -61,7 +61,7 @@
|
||||
#define MAX_MMAP_REGIONS 17
|
||||
#endif
|
||||
|
||||
-#define IMX_LPUART_BASE 0x44380000
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ require recipes-bsp/imx-atf/imx-atf_2.6.bb
|
|||
|
||||
SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRCBRANCH = "lf_v2.8"
|
||||
SRCREV = "99195a23d3aef485fb8f10939583b1bdef18881c"
|
||||
# Tag: lf-6.1.36-2.1.0
|
||||
SRCREV = "1a3beeab6484343a4bd0ee08e947d142db4a5ae6"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx93)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue