Home
last modified time | relevance | path

Searched refs:FDT_LAST_SUPPORTED_VERSION (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt.c64 if (fdt_last_comp_version(fdt) > FDT_LAST_SUPPORTED_VERSION) in fdt_check_header()
H A Dfdt_sw.c98 fdt_set_version(fdt, FDT_LAST_SUPPORTED_VERSION); in fdt_create()
H A Dlibfdt.h58 #define FDT_LAST_SUPPORTED_VERSION 0x11 macro