mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards
This is extending commit da96f93cda
("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>
This commit is contained in:
committed by
Fabio Estevam
parent
68a431e638
commit
ac4403758d
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user