aboutsummaryrefslogtreecommitdiff
path: root/configs/j7200_hs_evm_a72_defconfig
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-04-06 11:38:10 -0500
committerTom Rini <trini@konsulko.com>2023-04-24 13:18:47 -0400
commit30e96a240156767d0d4e0a2e353ce68d22969938 (patch)
treeca58b5a7bc783cb93a8154167a3a952c5babd3a5 /configs/j7200_hs_evm_a72_defconfig
parent5cf850c1627dd485389104dbe33e17df37a04b03 (diff)
downloadu-boot-30e96a240156767d0d4e0a2e353ce68d22969938.zip
u-boot-30e96a240156767d0d4e0a2e353ce68d22969938.tar.gz
u-boot-30e96a240156767d0d4e0a2e353ce68d22969938.tar.bz2
arm: mach-k3: Move MSMC fixup to SoC level
The MSMC fixup is something we do based on SoC, not based on the board. So this fixup does not belong in the board files. Move this to the mach-k3 common file so that it does not have to be done in each board that uses these SoCs. We use ft_system_setup() here instead of ft_board_setup() since it is no longer board level. Enable OF_SYSTEM_SETUP in the configurations that use this to keep functionality the same. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'configs/j7200_hs_evm_a72_defconfig')
-rw-r--r--configs/j7200_hs_evm_a72_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/j7200_hs_evm_a72_defconfig b/configs/j7200_hs_evm_a72_defconfig
index cfd2e80..e83525b 100644
--- a/configs/j7200_hs_evm_a72_defconfig
+++ b/configs/j7200_hs_evm_a72_defconfig
@@ -32,6 +32,7 @@ CONFIG_SPL_SPI=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_OF_BOARD_SETUP=y
+CONFIG_OF_SYSTEM_SETUP=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_fit_${boot}; run get_overlaystring; run run_fit"
CONFIG_LOGLEVEL=7