summaryrefslogtreecommitdiff
path: root/configs/sifive_fu540_defconfig
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2020-04-21 11:15:02 -0700
committerAndes <uboot@andestech.com>2020-04-23 10:14:16 +0800
commit0cb27856d12ff1350996f93015972203b24387cc (patch)
tree88dcb301539b8b2b3141de73901da8f263ed5b43 /configs/sifive_fu540_defconfig
parentd4ea649f179a69edd2cf2dd96efb9337205eb015 (diff)
riscv: Setup reserved-memory node for FU540
FU540 uses OF_SEPARATE instead of OF_PRIOR_STAGE. Enable OF_BOARD_FIXUP to update the DT with reserved-memory node. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/sifive_fu540_defconfig')
-rw-r--r--configs/sifive_fu540_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sifive_fu540_defconfig b/configs/sifive_fu540_defconfig
index 6d61e6c960..f805aacc7a 100644
--- a/configs/sifive_fu540_defconfig
+++ b/configs/sifive_fu540_defconfig
@@ -9,6 +9,7 @@ CONFIG_FIT=y
CONFIG_MISC_INIT_R=y
CONFIG_DISPLAY_CPUINFO=y
CONFIG_DISPLAY_BOARDINFO=y
+CONFIG_OF_BOARD_FIXUP=y
CONFIG_DEFAULT_DEVICE_TREE="hifive-unleashed-a00"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM_MTD=y