]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: visionfive2: Enable CONFIG_OF_BOARD_SETUP
authorShengyu Qu <wiagn233@outlook.com>
Sat, 16 Sep 2023 19:36:32 +0000 (03:36 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 20 Sep 2023 12:26:23 +0000 (20:26 +0800)
Enable CONFIG_OF_BOARD_SETUP, so we could use ft_board_setup() to fixup
memory size passed to kernel.

Signed-off-by: Shengyu Qu <wiagn233@outlook.com>
Tested-by: Milan P. Stanić <mps@arvanta.net>
configs/starfive_visionfive2_defconfig

index 9df6fcee0f50e122189ce00a7ecdaa58ddf39aba..8abe645cd111a387c87a216f12596f4d41a04950 100644 (file)
@@ -36,6 +36,7 @@ CONFIG_SPL_OPENSBI_LOAD_ADDR=0x40000000
 CONFIG_ARCH_RV64I=y
 CONFIG_CMODEL_MEDANY=y
 CONFIG_RISCV_SMODE=y
+CONFIG_OF_BOARD_SETUP=y
 # CONFIG_OF_BOARD_FIXUP is not set
 CONFIG_FIT=y
 CONFIG_DISTRO_DEFAULTS=y