mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00
spl: binman: Disable u_boot_any symbols for i.MX93 boards
This is extending commit 6516c9b349
("spl: binman: Disable u_boot_any
symbols for i.MX8M boards") to i.MX93 boards.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
59a72caba9
commit
da96f93cda
3 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,7 @@ config SPL_BINMAN_SYMBOLS
|
||||||
config SPL_BINMAN_UBOOT_SYMBOLS
|
config SPL_BINMAN_UBOOT_SYMBOLS
|
||||||
bool "Declare binman symbols for U-Boot phases in SPL"
|
bool "Declare binman symbols for U-Boot phases in SPL"
|
||||||
depends on SPL_BINMAN_SYMBOLS
|
depends on SPL_BINMAN_SYMBOLS
|
||||||
default n if ARCH_IMX8M
|
default n if ARCH_IMX8M || ARCH_IMX9
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This enables use of symbols in SPL which refer to U-Boot phases,
|
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
|
config TPL_BINMAN_UBOOT_SYMBOLS
|
||||||
bool "Declare binman symbols for U-Boot phases in TPL"
|
bool "Declare binman symbols for U-Boot phases in TPL"
|
||||||
depends on TPL_BINMAN_SYMBOLS
|
depends on TPL_BINMAN_SYMBOLS
|
||||||
default n if ARCH_IMX8M
|
default n if ARCH_IMX8M || ARCH_IMX9
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This enables use of symbols in TPL which refer to U-Boot phases,
|
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
|
config VPL_BINMAN_UBOOT_SYMBOLS
|
||||||
bool "Declare binman symbols for U-Boot phases in VPL"
|
bool "Declare binman symbols for U-Boot phases in VPL"
|
||||||
depends on VPL_BINMAN_SYMBOLS
|
depends on VPL_BINMAN_SYMBOLS
|
||||||
default n if ARCH_IMX8M
|
default n if ARCH_IMX8M || ARCH_IMX9
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This enables use of symbols in VPL which refer to U-Boot phases,
|
This enables use of symbols in VPL which refer to U-Boot phases,
|
||||||
|
|
Loading…
Add table
Reference in a new issue