All the TI platforms are FDT based and it is not necessary to enumerate
the hinted children (there wont be any). Spotted by: gonzo
This commit is contained in:
parent
1eb4ec9c62
commit
4b360eca4a
@ -133,7 +133,6 @@ ti_scm_attach(device_t dev)
|
||||
|
||||
/* Attach platform extensions, if any. */
|
||||
bus_generic_probe(dev);
|
||||
bus_enumerate_hinted_children(dev);
|
||||
|
||||
return (bus_generic_attach(dev));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user