summaryrefslogtreecommitdiffstats
path: root/lib/fdt_ro.c
Commit message (Collapse)AuthorAgeFilesLines
* Compile libfdt for bareboxSascha Hauer2019-08-191-0/+2
libfdt can be useful for very early device tree parsing, so compile it for barobox aswell. This is done the same way as done in the Kernel: we put C files with the same name as in libfdt into lib/ and just include the libfdt files from there. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>