From: Wadim Egorov Date: Fri, 30 Aug 2024 09:09:28 +0000 (-0700) Subject: configs: phycore_am64x_a53_defconfig: Enable CONFIG_OF_BOARD_SETUP X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=d0bc2ac2bda96b4bdc0827b364f84e1046ee0f00;p=u-boot.git configs: phycore_am64x_a53_defconfig: Enable CONFIG_OF_BOARD_SETUP Enable CONFIG_OF_BOARD_SETUP to fixup kernel device tree with mtd partitions. Signed-off-by: Wadim Egorov Signed-off-by: Daniel Schultz --- diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig index 1af72e8bb3..5651a25c5d 100644 --- a/configs/phycore_am64x_a53_defconfig +++ b/configs/phycore_am64x_a53_defconfig @@ -37,6 +37,7 @@ CONFIG_SPL_SPI=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_BOOTSTD_FULL=y +CONFIG_OF_BOARD_SETUP=y CONFIG_BOOTCOMMAND="run mmcboot; bootflow scan -lb" CONFIG_DEFAULT_FDT_FILE="oftree" CONFIG_BOARD_LATE_INIT=y