summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2021-06-10 12:43:10 +0300
committerBin Meng <bmeng.cn@gmail.com>2021-06-11 01:59:40 +0300
commit64ead5b83959da8eb87b6963843addf5942e6ed4 (patch)
treeab5f02d3fa78ebdc9b63a959fd9c65c5f7217a95
parent494e5ef7b8071d0b2fba50616d97771e44cbcb7c (diff)
downloadu-boot-Fedora_JH7100_2021.04.tar.xz
starfive: beaglev: enable OF_SEPARATEbuildroot-20210615Fedora_JH7100_2021.04
This is required so that openSBI can add itself to /reserved-memory, and EFI knows about it.
-rw-r--r--configs/starfive_vic7100_beagle_v_smode_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/starfive_vic7100_beagle_v_smode_defconfig b/configs/starfive_vic7100_beagle_v_smode_defconfig
index 1fe0b5ab77..42ffc4f7fd 100644
--- a/configs/starfive_vic7100_beagle_v_smode_defconfig
+++ b/configs/starfive_vic7100_beagle_v_smode_defconfig
@@ -91,7 +91,7 @@ CONFIG_SBI_V02=y
CONFIG_SHOW_REGS=y
# CONFIG_RISCV_PRIV_1_9 is not set
CONFIG_STACK_SIZE_SHIFT=14
-# CONFIG_OF_BOARD_FIXUP is not set
+CONFIG_OF_BOARD_FIXUP=y
#
# General setup
@@ -558,8 +558,8 @@ CONFIG_DTC=y
#
CONFIG_OF_CONTROL=y
# CONFIG_OF_LIVE is not set
-# CONFIG_OF_SEPARATE is not set
-CONFIG_OF_EMBED=y
+CONFIG_OF_SEPARATE=y
+# CONFIG_OF_EMBED is not set
# CONFIG_OF_BOARD is not set
# CONFIG_OF_PRIOR_STAGE is not set
# CONFIG_MULTI_DTB_FIT is not set