]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spl: binman: Disable u_boot_any symbols for i.MX93 boards
authorMathieu Othacehe <m.othacehe@gmail.com>
Fri, 29 Dec 2023 10:59:29 +0000 (11:59 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 8 Jan 2024 17:37:50 +0000 (14:37 -0300)
This is extending commit 6516c9b349b3 ("spl: binman: Disable u_boot_any
symbols for i.MX8M boards") to i.MX93 boards.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
common/spl/Kconfig
common/spl/Kconfig.tpl
common/spl/Kconfig.vpl

index cf7ffc9b1126014b98baf8005989c3c001b9cb9a..e7b84fc1fa6899f6eb73a3df7ecc864e6e150934 100644 (file)
@@ -207,7 +207,7 @@ config SPL_BINMAN_SYMBOLS
 config SPL_BINMAN_UBOOT_SYMBOLS
        bool "Declare binman symbols for U-Boot phases in SPL"
        depends on SPL_BINMAN_SYMBOLS
-       default n if ARCH_IMX8M
+       default n if ARCH_IMX8M || ARCH_IMX9
        default y
        help
          This enables use of symbols in SPL which refer to U-Boot phases,
index cc71578f6466f120c48a19254dbb1ff23616c2ce..4ee3b9b826d86e7732fd773d3082b498ba15318a 100644 (file)
@@ -23,7 +23,7 @@ config TPL_BINMAN_SYMBOLS
 config TPL_BINMAN_UBOOT_SYMBOLS
        bool "Declare binman symbols for U-Boot phases in TPL"
        depends on TPL_BINMAN_SYMBOLS
-       default n if ARCH_IMX8M
+       default n if ARCH_IMX8M || ARCH_IMX9
        default y
        help
          This enables use of symbols in TPL which refer to U-Boot phases,
index ae1a3c724f3b991055322c2e02eba6114924eb29..f1993026bba443b3546eb552957611c8e7a2f58e 100644 (file)
@@ -243,7 +243,7 @@ config VPL_BINMAN_SYMBOLS
 config VPL_BINMAN_UBOOT_SYMBOLS
        bool "Declare binman symbols for U-Boot phases in VPL"
        depends on VPL_BINMAN_SYMBOLS
-       default n if ARCH_IMX8M
+       default n if ARCH_IMX8M || ARCH_IMX9
        default y
        help
          This enables use of symbols in VPL which refer to U-Boot phases,