Searched hist:a06a34b2031e0797892e188595bfb305cd9719ab (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | fdt.py | a06a34b2031e0797892e188595bfb305cd9719ab Tue Jul 26 00:59:04 UTC 2016 Simon Glass <sjg@chromium.org> dtoc: Create a base class for Fdt
At present we have two separate implementations of the Fdt library, one which uses fdtget/fdtput and one which uses libfdt (via swig).
Before adding more functionality it makes sense to create a base class for these. This will allow common functions to be shared, and make the Fdt API a little clearer.
Create a new fdt.py file with the base class, and adjust fdt_normal.py and fdt_fallback.py to use it.
Signed-off-by: Simon Glass <sjg@chromium.org>
|