• T
    configure: Check for libfdt version 1.4.0 · 31ce0adb
    Thomas Huth 提交于
    Some recent patches require a function from libfdt version 1.4.0,
    so we should check for this version during the configure step
    already. Unfortunately, there does not seem to be a proper #define
    for the version number in the libfdt headers. So alternatively,
    we check for the availability of the required function
    fdt_get_property_by_offset() instead instead.
    Signed-off-by: NThomas Huth <thuth@redhat.com>
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    31ce0adb
configure 146.5 KB