mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 12:45:29 -05:00
libfdt: Add fdt_set_name() function
This patch adds an fdt_set_name() function to libfdt, mirroring fdt_get_name(). This is a r/w function which alters the name of a given device tree node. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
7364cc79b5
commit
82b327d380
5 changed files with 143 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ tree1_tests_rw () {
|
|||
TREE=$1
|
||||
|
||||
# Read-write tests
|
||||
run_test set_name $TREE
|
||||
run_test setprop $TREE
|
||||
run_test del_property $TREE
|
||||
run_test del_node $TREE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue