mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 12:45:29 -05:00
This function moves the fdt_strerror() function, currently found in the test code into the fdt library proper. This makes life easier for any library users who want to provide meaningful error messages. The function goes into a module of its own, so that users who don't need the function won't get a copy of it linked in. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
5 lines
142 B
Text
5 lines
142 B
Text
- Find node by linux,phandle property
|
|
- Tree traversal functions
|
|
- Graft function
|
|
- Merge into dtc
|
|
- Make fdt_open_into() re-arrange properly
|