From 946bb89cc9f04eae37095bd9cef95b9570bb4ca3 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 12 Jul 2023 15:16:27 +0200 Subject: configs: verdin-am62_a53: enable of_system_setup Enable CONFIG_OF_SYSTEM_SETUP which does core number autodetection and fixes the fdt. Signed-off-by: Marcel Ziswiler --- configs/verdin-am62_a53_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/verdin-am62_a53_defconfig b/configs/verdin-am62_a53_defconfig index e94200bb3fa..c8299112fd1 100644 --- a/configs/verdin-am62_a53_defconfig +++ b/configs/verdin-am62_a53_defconfig @@ -37,6 +37,7 @@ CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y CONFIG_LEGACY_IMAGE_FORMAT=y +CONFIG_OF_SYSTEM_SETUP=y CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=1 CONFIG_USE_PREBOOT=y -- cgit v1.2.3