This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-06 21:24:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
16c2a979fc
u-boot
/
lib
/
libfdt
/
fdt_rw.c
3 lines
75 B
C
Raw
Normal View
History
Unescape
Escape
libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c The only difference between scripts/dtc/libfdt/fdt_rw.c and lib/libfdt/fdt_rw.c is fdt_remove_unused_strings(). It is only used by fdtgrep, so we do not need to compile it for U-Boot image. Move it to tools/libfdt/fdw_rw.c so that lib/libfdt/fdt_rw.c can be a wrapper of scripts/dtc/libfdt/fdt_rw.c. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
2018-01-21 10:19:13 +00:00
#
include
<linux/libfdt_env.h>
#
include
"../../scripts/dtc/libfdt/fdt_rw.c"
Reference in a new issue
Copy permalink