summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAndrew Davis <[email protected]>2024-02-14 10:30:06 -0600
committerTom Rini <[email protected]>2024-03-06 09:09:00 -0500
commit2dd31aec9b140ec2690cfeba17bdb35db8d8d1bc (patch)
treedd3162f92171df068e150f7982d0dbb1e372f80c /configs
parent556683944d46defefbdfdd0891e1df8f07f95482 (diff)
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 <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/verdin-am62_a53_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/verdin-am62_a53_defconfig b/configs/verdin-am62_a53_defconfig
index 2003a530c7d..902c437d734 100644
--- a/configs/verdin-am62_a53_defconfig
+++ b/configs/verdin-am62_a53_defconfig
@@ -37,7 +37,6 @@ CONFIG_LEGACY_IMAGE_FORMAT=y
CONFIG_SYS_BOOTM_LEN=0x40000000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTDELAY=1
-CONFIG_OF_SYSTEM_SETUP=y
CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile k3-am625-verdin-${variant}-${fdt_board}.dtb"
CONFIG_LOG=y