]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATE
authorBin Meng <bin.meng@windriver.com>
Fri, 26 Jun 2020 01:16:08 +0000 (18:16 -0700)
committerAndes <uboot@andestech.com>
Thu, 2 Jul 2020 02:03:09 +0000 (10:03 +0800)
commite01f8fd3ef16f478cffc332171fae0e045ce62fe
tree80ea890789491f22954810eae26b363423720213
parent5eb4eb4da9d7103c6d9fcc10573f807b31218d47
riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATE

Starting from OpenSBI v0.7, the SBI firmware inserts/fixes up the
reserved memory node for PMP protected memory regions. All RISC-V
boards need to copy the reserved memory node from the device tree
provided by the firmware to the device tree used by U-Boot.

Turn on CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATE.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Rick Chen <rick@andestech.com>
arch/riscv/Kconfig
configs/sifive_fu540_defconfig