summaryrefslogtreecommitdiff
path: root/platform/andes
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2020-03-17 07:59:51 -0700
committerAnup Patel <[email protected]>2020-03-18 11:09:31 +0530
commit3f8d754c2c7f2937b10013ea2866d7e7ebfee60b (patch)
tree619031fda732fafbb67a1ceb440e845326e900cf /platform/andes
parentdb6a2b5c681e30351061df089ab2e86bae4509a9 (diff)
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 <[email protected]> Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform/andes')
-rw-r--r--platform/andes/ae350/platform.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/andes/ae350/platform.c b/platform/andes/ae350/platform.c
index 21065891..5f1ab6cf 100644
--- a/platform/andes/ae350/platform.c
+++ b/platform/andes/ae350/platform.c
@@ -48,9 +48,7 @@ static int ae350_final_init(bool cold_boot)
return 0;
fdt = sbi_scratch_thishart_arg1_ptr();
- fdt_plic_fixup(fdt, "riscv,plic0");
-
- fdt_reserved_memory_fixup(fdt);
+ fdt_fixups(fdt);
return 0;
}