Correct typo, fix stage2 code documentation, add dtsname printing to
differentiate between identically named objects during boot. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@501 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
d2d637c4ac
commit
7bf3fdd871
3 changed files with 8 additions and 4 deletions
|
|
@ -212,7 +212,7 @@ struct device {
|
|||
struct resource resource[MAX_RESOURCES];
|
||||
unsigned int resources;
|
||||
|
||||
/* link are (down sream) buses attached to the device, usually a leaf
|
||||
/* link are (downstream) buses attached to the device, usually a leaf
|
||||
* device with no children have 0 buses attached and a bridge has 1 bus
|
||||
*/
|
||||
struct bus link[MAX_LINKS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue