]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards
authorGary Bisson <bisson.gary@gmail.com>
Mon, 5 Aug 2024 21:25:09 +0000 (23:25 +0200)
committerFabio Estevam <festevam@denx.de>
Tue, 13 Aug 2024 11:28:24 +0000 (08:28 -0300)
This is extending commit da96f93cda9 ("spl: binman: Disable u_boot_any
symbols for i.MX93 boards") to i.MX 8ULP boards.

Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
common/spl/Kconfig
common/spl/Kconfig.tpl
common/spl/Kconfig.vpl

index 6f56ca911c1e2c5e21242c1ff618be66cfbed256..c08ff06449397bcf936d43efc7f7cbe6668c2d43 100644 (file)
@@ -206,7 +206,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 || ARCH_IMX9
+       default n if ARCH_IMX8M || ARCH_IMX8ULP || ARCH_IMX9
        default y
        help
          This enables use of symbols in SPL which refer to U-Boot phases,
index 4ee3b9b826d86e7732fd773d3082b498ba15318a..92d4d43ec87c38005a4a59086196530308ebe873 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 || ARCH_IMX9
+       default n if ARCH_IMX8M || ARCH_IMX8ULP || ARCH_IMX9
        default y
        help
          This enables use of symbols in TPL which refer to U-Boot phases,
index f1993026bba443b3546eb552957611c8e7a2f58e..d06f36d4ee40650c0b50ccfd69b5e8af07db3c87 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 || ARCH_IMX9
+       default n if ARCH_IMX8M || ARCH_IMX8ULP || ARCH_IMX9
        default y
        help
          This enables use of symbols in VPL which refer to U-Boot phases,