mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-18 09:13:25 +08:00
arm: mach-k3: am62: Enable OF_SYSTEM_SETUP for all boards
The fixups provided by ft_system_setup() are applicable for all AM62 based boards. Select this at the target selection level for all AM62 boards and remove it from any specific defconfig. Signed-off-by: Andrew Davis <afd@ti.com>
This commit is contained in:
parent
556683944d
commit
2dd31aec9b
@ -13,6 +13,7 @@ config TARGET_AM625_A53_EVM
|
|||||||
bool "TI K3 based AM625 EVM running on A53"
|
bool "TI K3 based AM625 EVM running on A53"
|
||||||
select ARM64
|
select ARM64
|
||||||
select BINMAN
|
select BINMAN
|
||||||
|
select OF_SYSTEM_SETUP
|
||||||
|
|
||||||
config TARGET_AM625_R5_EVM
|
config TARGET_AM625_R5_EVM
|
||||||
bool "TI K3 based AM625 EVM running on R5"
|
bool "TI K3 based AM625 EVM running on R5"
|
||||||
@ -29,6 +30,7 @@ config TARGET_PHYCORE_AM62X_A53
|
|||||||
bool "PHYTEC phyCORE-AM62x running on A53"
|
bool "PHYTEC phyCORE-AM62x running on A53"
|
||||||
select ARM64
|
select ARM64
|
||||||
select BINMAN
|
select BINMAN
|
||||||
|
select OF_SYSTEM_SETUP
|
||||||
|
|
||||||
config TARGET_PHYCORE_AM62X_R5
|
config TARGET_PHYCORE_AM62X_R5
|
||||||
bool "PHYTEC phyCORE-AM62x running on R5"
|
bool "PHYTEC phyCORE-AM62x running on R5"
|
||||||
@ -45,6 +47,7 @@ config TARGET_VERDIN_AM62_A53
|
|||||||
bool "Toradex Verdin AM62 running on A53"
|
bool "Toradex Verdin AM62 running on A53"
|
||||||
select ARM64
|
select ARM64
|
||||||
select BINMAN
|
select BINMAN
|
||||||
|
select OF_SYSTEM_SETUP
|
||||||
|
|
||||||
config TARGET_VERDIN_AM62_R5
|
config TARGET_VERDIN_AM62_R5
|
||||||
bool "Toradex Verdin AM62 running on R5"
|
bool "Toradex Verdin AM62 running on R5"
|
||||||
|
@ -37,7 +37,6 @@ CONFIG_LEGACY_IMAGE_FORMAT=y
|
|||||||
CONFIG_SYS_BOOTM_LEN=0x40000000
|
CONFIG_SYS_BOOTM_LEN=0x40000000
|
||||||
CONFIG_DISTRO_DEFAULTS=y
|
CONFIG_DISTRO_DEFAULTS=y
|
||||||
CONFIG_BOOTDELAY=1
|
CONFIG_BOOTDELAY=1
|
||||||
CONFIG_OF_SYSTEM_SETUP=y
|
|
||||||
CONFIG_USE_PREBOOT=y
|
CONFIG_USE_PREBOOT=y
|
||||||
CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile k3-am625-verdin-${variant}-${fdt_board}.dtb"
|
CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile k3-am625-verdin-${variant}-${fdt_board}.dtb"
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
|
Loading…
Reference in New Issue
Block a user