Add uboot net

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-12 16:55:38 +02:00
parent 2081f50307
commit c86c39abef
4 changed files with 198 additions and 7 deletions

View file

@ -82,7 +82,7 @@ grub_uboot_probe_hardware (void)
}
else if (devinfo->type & DEV_TYP_NET)
{
grub_dprintf ("init", " type\t\t= NET (not supported yet)\n");
grub_dprintf ("init", " type\t\t= NET\n");
}
else
{