libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c
There is no essential difference between scripts/dtc/libfdt/fdt_ro.c and lib/libfdt/fdt_ro.c Migrate to a simple wrapper like the other files. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
committed by
Simon Glass
parent
d202f67db0
commit
bcbdab70a2
@@ -3,9 +3,9 @@
|
||||
# (C) Copyright 2000-2007
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
|
||||
# Use upstream code.
|
||||
obj-y += \
|
||||
fdt.o \
|
||||
fdt_ro.o \
|
||||
fdt_wip.o \
|
||||
fdt_strerror.o \
|
||||
fdt_sw.o \
|
||||
@@ -15,10 +15,6 @@ obj-y += \
|
||||
|
||||
obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
|
||||
|
||||
# Locally modified for U-Boot.
|
||||
# TODO: split out the local modifiction.
|
||||
obj-y += fdt_ro.o
|
||||
|
||||
# U-Boot own file
|
||||
obj-y += fdt_region.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user