Blame SOURCES/0136-Switch-to-use-APM-Mustang-device-tree-for-hardware-t.patch

6b3c76
From 413ce3c3f8acaa9d3060faf0b13fd8957af75565 Mon Sep 17 00:00:00 2001
a85e8e
From: Fedora Ninjas <grub2-owner@fedoraproject.org>
a85e8e
Date: Mon, 10 Feb 2014 16:13:10 -0500
6b3c76
Subject: [PATCH 136/261] Switch to use APM Mustang device tree, for hardware
6b3c76
 testing.
a85e8e
a85e8e
Signed-off-by: David A. Marlin <d.marlin@redhat.com>
a85e8e
---
a85e8e
 util/grub.d/10_linux.in | 4 ++--
a85e8e
 1 file changed, 2 insertions(+), 2 deletions(-)
a85e8e
a85e8e
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
6b3c76
index 767093c63..3722c1ea2 100644
a85e8e
--- a/util/grub.d/10_linux.in
a85e8e
+++ b/util/grub.d/10_linux.in
a85e8e
@@ -228,8 +228,8 @@ while [ "x$list" != "x" ] ; do
a85e8e
 
a85e8e
   fdt=
a85e8e
   for i in "dtb-${version}" "dtb-${alt_version}"; do
a85e8e
-    if test -e "${dirname}/${i}/foundation-v8.dtb" ; then
a85e8e
-      fdt="${i}/foundation-v8.dtb"
a85e8e
+    if test -e "${dirname}/${i}/apm-mustang.dtb" ; then
a85e8e
+      fdt="${i}/apm-mustang.dtb"
a85e8e
       break
a85e8e
     fi
a85e8e
   done
6b3c76
-- 
6b3c76
2.13.5
6b3c76