typo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5e4d08ee65
commit
260f1cc55d
|
@ -170,6 +170,7 @@ static unsigned int amdk8_scan_chain(device_t dev, unsigned nodeid, unsigned lin
|
||||||
else {
|
else {
|
||||||
min_bus = ((max>>6) + 1) * 0x40;
|
min_bus = ((max>>6) + 1) * 0x40;
|
||||||
}
|
}
|
||||||
|
max = min_bus;
|
||||||
#else
|
#else
|
||||||
//other ...
|
//other ...
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue