]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_parse_args): Extend
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 19 Jun 2012 09:23:13 +0000 (11:23 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 19 Jun 2012 09:23:13 +0000 (11:23 +0200)
filename parsing to non-block devices.

ChangeLog
grub-core/kern/ieee1275/openfw.c

index 82e65738232ae7bb862f3c44dd4a40b145fe9595..16213a794f53faca5d48050ab918f3af0cdd6ae5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-19  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/ieee1275/openfw.c (grub_ieee1275_parse_args): Extend
+       filename parsing to non-block devices.
+
 2012-06-19  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/kern/device.c (grub_device_open): Remove dead code.
index caf820df5b4b889129782f17c2582fc8bac10bb3..0fedad8428a6e00fd076b5802ca541c6f7740d88 100644 (file)
@@ -354,9 +354,6 @@ grub_ieee1275_parse_args (const char *path, enum grub_ieee1275_parse_type ptype)
        char *comma;
        char *args;
 
-       if (grub_strcmp ("block", type) != 0)
-         goto unknown;
-
        args = grub_ieee1275_get_devargs (path);
        if (!args)
          /* Shouldn't happen.  */