* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_parse_args): Extend

filename parsing to non-block devices.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-19 11:23:13 +02:00
parent 3e19bf879f
commit 970a0a09dd
2 changed files with 5 additions and 3 deletions

View file

@ -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.