diff options
| author | Atish Patra <[email protected]> | 2020-03-23 12:48:58 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-03-24 13:30:32 +0530 |
| commit | 040e4e2ec220403fb2508aa0809052924ef63a0b (patch) | |
| tree | b2a05b09962fc06fca987035b0b0cd8b20bc449e /platform/andes | |
| parent | d1d6560a878200679e6e12e77032d06add8847a5 (diff) | |
lib: utils: Move fdt fixup helper routines to a different file
FDT helper file contain both fdt fixup and parsing functions.
Split the fixup related functions to a separate file for a better code
organization.
Signed-off-by: Atish Patra <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform/andes')
| -rw-r--r-- | platform/andes/ae350/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/andes/ae350/platform.c b/platform/andes/ae350/platform.c index 5f1ab6cf..c1311d4a 100644 --- a/platform/andes/ae350/platform.c +++ b/platform/andes/ae350/platform.c @@ -13,7 +13,7 @@ #include <sbi/sbi_console.h> #include <sbi/sbi_const.h> #include <sbi/sbi_platform.h> -#include <sbi_utils/fdt/fdt_helper.h> +#include <sbi_utils/fdt/fdt_fixup.h> #include <sbi_utils/irqchip/plic.h> #include <sbi_utils/serial/uart8250.h> #include "platform.h" |
