diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-03 12:00:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-03 12:00:36 -0400 |
commit | 06e1321553ffa442248e35d9100fd70153690348 (patch) | |
tree | d10de51e6a75d3a2cb578d04e47189393bda480a /configs | |
parent | bcfe764ee925d0820e82c69ccf75b71d142644c7 (diff) | |
parent | c5a444270f4f4d1f5418c97db9ff18631bf69846 (diff) | |
download | u-boot-06e1321553ffa442248e35d9100fd70153690348.tar.gz |
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/03Jul2020
- sbi: Add newline to error message
- fu540: dts: Correct reg size of otp and dmc nodes
- Enhance reserved memory fixup about PMP information passed from OpenSBI
- sifive: fu540: Add gpio-restart support
- qemu-riscv: Update QEMU run command
- Assorted fixes related to reserved memory
- fu540: enable all cache ways from U-Boot proper
- use log functions in fdt_fixup
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sifive_fu540_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sifive_fu540_defconfig b/configs/sifive_fu540_defconfig index 8d412f8d6a..32347c230b 100644 --- a/configs/sifive_fu540_defconfig +++ b/configs/sifive_fu540_defconfig @@ -16,7 +16,6 @@ CONFIG_DISPLAY_CPUINFO=y CONFIG_DISPLAY_BOARDINFO=y CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_YMODEM_SUPPORT=y -CONFIG_OF_BOARD_FIXUP=y CONFIG_DEFAULT_DEVICE_TREE="hifive-unleashed-a00" CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_SPL_CLK=y |