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

d41074
From 0000000000000000000000000000000000000000 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
d41074
Subject: [PATCH] Switch to use APM Mustang device tree, for hardware 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
d41074
index 767093c636a..3722c1ea263 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