[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v2 0/2] ppc: Require libfdt 1.4.0 as minimum version
From: |
Thomas Huth |
Subject: |
[Qemu-ppc] [PATCH v2 0/2] ppc: Require libfdt 1.4.0 as minimum version |
Date: |
Mon, 18 May 2015 12:59:47 +0200 |
The patch "spapr_drc: initial implementation of sPAPRDRConnector device"
requires the function fdt_get_property_by_offset() from libfdt, which
is only properly exported there since version 1.4.0. So let's make
sure that we require at least version 1.4.0 of libfdt nowadays.
Thomas Huth (2):
dtc: Update dtc / libfdt submodule to version 1.4.0
configure: Check for libfdt version 1.4.0
configure | 6 ++++--
dtc | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
--
1.8.3.1
- [Qemu-ppc] [PATCH v2 0/2] ppc: Require libfdt 1.4.0 as minimum version,
Thomas Huth <=