dcavalca / rpms / grub2

Forked from rpms/grub2 3 years ago
Clone

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

23d2ea
From 413ce3c3f8acaa9d3060faf0b13fd8957af75565 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
23d2ea
Subject: [PATCH 136/198] Switch to use APM Mustang device tree, for hardware
39700a
 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
23d2ea
index 767093c..3722c1e 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
39700a
-- 
23d2ea
2.7.4
39700a