* grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.

This commit is contained in:
Ian Campbell 2013-11-17 15:38:09 +01:00 committed by Vladimir Serbinenko
parent 77dae919b6
commit 7d400406a7
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-11-17 Ian Campbell <ijc@hellion.org.uk>
* grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
2013-11-17 Vladimir Serbinenko <phcoder@gmail.com>
* tests/grub_func_test.in: Increase memory reservation as on EFI we need

View file

@ -47,6 +47,7 @@ grub_ubootdisk_register (struct device_info *newdev)
{
case DT_STOR_IDE:
case DT_STOR_SATA:
case DT_STOR_SCSI:
case DT_STOR_MMC:
case DT_STOR_USB:
/* hd */