platform: Update to call general DT fix-up helper

Platform andes/ae350, ariane-fpga, qemu/virt and sifive/fu540 codes
have been updated to call this general DT fix-up helper.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
Bin Meng
2020-03-17 07:59:51 -07:00
committed by Anup Patel
parent db6a2b5c68
commit 3f8d754c2c
4 changed files with 5 additions and 12 deletions

View File

@@ -60,9 +60,7 @@ static void fu540_modify_dt(void *fdt)
{
fdt_cpu_fixup(fdt);
fdt_plic_fixup(fdt, "riscv,plic0");
fdt_reserved_memory_fixup(fdt);
fdt_fixups(fdt);
}
static int fu540_final_init(bool cold_boot)