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

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