summaryrefslogtreecommitdiffstats
path: root/configs/sifive_fu540_defconfig
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2019-12-04 14:52:46 +0800
committerAndes <uboot@andestech.com>2019-12-10 08:23:10 +0800
commit31fbf6032ddd9b968b1ca102f71fe7f42fabf58a (patch)
tree65abb5d06fdf3b7f64b7644f292c56174ced76c5 /configs/sifive_fu540_defconfig
parentb82a18549fc3c64a261f7d8bfcd8009dc8eb2220 (diff)
downloadu-boot-31fbf6032ddd9b968b1ca102f71fe7f42fabf58a.tar.gz
u-boot-31fbf6032ddd9b968b1ca102f71fe7f42fabf58a.tar.xz
u-boot-31fbf6032ddd9b968b1ca102f71fe7f42fabf58a.zip
Use dts support from U-Boot via OF_SEPARATE instead of depending from opensbi.
This would help to make the necessary changes in drivers and device trees in U-Boot tree itself. This feature would also be helpful to not pass dtb during opensbi builds. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'configs/sifive_fu540_defconfig')
-rw-r--r--configs/sifive_fu540_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sifive_fu540_defconfig b/configs/sifive_fu540_defconfig
index 48eccd766b..7d38ec9a70 100644
--- a/configs/sifive_fu540_defconfig
+++ b/configs/sifive_fu540_defconfig
@@ -7,8 +7,9 @@ CONFIG_RISCV_SMODE=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
CONFIG_MISC_INIT_R=y
+CONFIG_DEFAULT_DEVICE_TREE="hifive-unleashed-a00"
CONFIG_DISPLAY_CPUINFO=y
CONFIG_DISPLAY_BOARDINFO=y
-CONFIG_OF_PRIOR_STAGE=y
+CONFIG_OF_SEPARATE=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM_MTD=y