From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuImI-0002nd-0N for qemu-devel@nongnu.org; Mon, 18 May 2015 07:00:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuImG-0004dt-DB for qemu-devel@nongnu.org; Mon, 18 May 2015 07:00:09 -0400 From: Thomas Huth Date: Mon, 18 May 2015 12:59:48 +0200 Message-Id: <1431946789-5145-2-git-send-email-thuth@redhat.com> In-Reply-To: <1431946789-5145-1-git-send-email-thuth@redhat.com> References: <1431946789-5145-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH 1/2] dtc: Update dtc / libfdt submodule to version 1.4.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org, Alexander Graf Cc: mdroth@linux.vnet.ibm.com, aik@ozlabs.ru, qemu-devel@nongnu.org, afaerber@suse.de, David Gibson Since some recent patches require libfdt version 1.4.0, let's update the dtc submodule to this version. Signed-off-by: Thomas Huth --- dtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtc b/dtc index bc895d6..65cc4d2 160000 --- a/dtc +++ b/dtc @@ -1 +1 @@ -Subproject commit bc895d6d09695d05ceb8b52486ffe861d6cfbdde +Subproject commit 65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf -- 1.8.3.1