diff options
| author | Atish Patra <atish.patra@wdc.com> | 2020-03-23 12:48:58 -0700 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2020-03-24 13:30:32 +0530 |
| commit | 040e4e2ec220403fb2508aa0809052924ef63a0b (patch) | |
| tree | b2a05b09962fc06fca987035b0b0cd8b20bc449e /lib/utils/fdt/objects.mk | |
| parent | d1d6560a878200679e6e12e77032d06add8847a5 (diff) | |
| download | opensbi-040e4e2ec220403fb2508aa0809052924ef63a0b.zip opensbi-040e4e2ec220403fb2508aa0809052924ef63a0b.tar.gz opensbi-040e4e2ec220403fb2508aa0809052924ef63a0b.tar.bz2 | |
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 <atish.patra@wdc.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'lib/utils/fdt/objects.mk')
| -rw-r--r-- | lib/utils/fdt/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/fdt/objects.mk b/lib/utils/fdt/objects.mk index 062e6bd..b860a83 100644 --- a/lib/utils/fdt/objects.mk +++ b/lib/utils/fdt/objects.mk @@ -5,3 +5,4 @@ # libsbiutils-objs-y += fdt/fdt_helper.o +libsbiutils-objs-y += fdt/fdt_fixup.o |
