Add uboot net
This commit is contained in:
parent
2081f50307
commit
c86c39abef
4 changed files with 198 additions and 7 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue