diff options
| author | Alistair Francis <[email protected]> | 2019-02-12 15:31:14 -0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-02-15 09:56:47 +0530 |
| commit | afbb0cdf80d86283363265e5e0aca5ada90e095d (patch) | |
| tree | 4d8b44f9e219be5c0595d2e8f94a005ce89bd950 | |
| parent | d369e721e8588ebe8b21fb238bcdd182cc783e32 (diff) | |
platform: fu540: Fix missing newline
Signed-off-by: Alistair Francis <[email protected]>
| -rw-r--r-- | platform/sifive/fu540/platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/sifive/fu540/platform.c b/platform/sifive/fu540/platform.c index ea6ced91..a244d10f 100644 --- a/platform/sifive/fu540/platform.c +++ b/platform/sifive/fu540/platform.c @@ -80,6 +80,7 @@ static void fu540_modify_dt(void *fdt) plic_fdt_fixup(fdt, "riscv,plic0"); } + static int fu540_final_init(bool cold_boot) { void *fdt; |
