mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 12:45:29 -05:00
libfdt: Sequential write support
This patch adds code to libfdt to create flat trees from scratch, writing sequentially.
This commit is contained in:
parent
3aa4cfd66b
commit
063693a9e4
10 changed files with 386 additions and 11 deletions
|
|
@ -2,7 +2,8 @@ PREFIX = /usr/local
|
|||
|
||||
LIB_TESTS = root_node property_offset subnode_offset path_offset getprop \
|
||||
notfound \
|
||||
setprop_inplace nop_property nop_node
|
||||
setprop_inplace nop_property nop_node \
|
||||
sw_tree1
|
||||
TESTS = $(LIB_TESTS)
|
||||
UTILS = dumptrees
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue