summaryrefslogtreecommitdiffstats
path: root/include/fdt_region.h
Commit message (Collapse)AuthorAgeFilesLines
* libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2020-04-261-0/+304
fdt_region APIs are not part of libfdt. They are U-Boot extension for the verified boot. Split the declarations related to fdt_region out of <fdt_region.h>. This allows <linux/libfdt.h> to become a simple wrapper file, like Linux does. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>