* util/ieee1275/ofpath.c: Move to ...

* grub-core/osdep/linux/ofpath.c: ..here, split stub into ...
	* grub-core/osdep/basic/ofpath.c: ..here.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 18:25:49 +02:00
parent 4a445f580b
commit 9a2c903f28
5 changed files with 44 additions and 16 deletions

View file

@ -1,3 +1,9 @@
2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
* util/ieee1275/ofpath.c: Move to ...
* grub-core/osdep/linux/ofpath.c: ..here, split stub into ...
* grub-core/osdep/basic/ofpath.c: ..here.
2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
Move password-querying (util-version) routines to grub-core/osdep.