diff options
author | Tom Rini | 2021-07-06 12:22:39 -0400 |
---|---|---|
committer | Tom Rini | 2021-07-06 12:22:39 -0400 |
commit | b5f9d2f3aae7b208273546965be4ea5497930882 (patch) | |
tree | 92169d54cb1de8bb2355b6b27a0931436fa90a13 /configs/sifive_unleashed_defconfig | |
parent | efc0088f061e465abb1f83d3bb06296d2cdc535f (diff) | |
parent | 4b4159d0f31ca3e0174ccfdce9a24a1fe3671829 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Diffstat (limited to 'configs/sifive_unleashed_defconfig')
-rw-r--r-- | configs/sifive_unleashed_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sifive_unleashed_defconfig b/configs/sifive_unleashed_defconfig index 5bf40cee08c..d665c8f5d94 100644 --- a/configs/sifive_unleashed_defconfig +++ b/configs/sifive_unleashed_defconfig @@ -14,6 +14,7 @@ CONFIG_RISCV_SMODE=y CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x84000000 +CONFIG_DEFAULT_FDT_FILE="sifive/hifive-unleashed-a00.dtb" CONFIG_DISPLAY_CPUINFO=y CONFIG_DISPLAY_BOARDINFO=y CONFIG_MISC_INIT_R=y |