diff options
author | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2013-06-25 19:13:28 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-06-28 01:49:46 +0200 |
commit | 160243d73e13f1857299b980a88eb3a0cd7fc4fb (patch) | |
tree | 90967bede998bf11aba95d3a5a271a956ec56dde /src/mainboard/amd/norwich | |
parent | e8dca508d30ae84daebdf8f1acdde942e5e2c57b (diff) |
Supermicro H8SCM/H8QGI: Increase size of bus variable to meet API
Users of mptable_write_buses() pass two pass-by-reference
parameters reflecting a maximum bus number and a search bus
number. These bus numbers are expected to be held in "int"
variables and are updated by the function. Both of the
Supermicro boards define the search bus number as a
byte value in mptable.c.
For now, change the two Supermicro boards to use "int"
to hold the search bus index.
Change-Id: Ie71850719c1fa3cda0ac9c8773bb80650de95c70
Signed-off-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-on: http://review.coreboot.org/3546
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/norwich')
0 files changed, 0 insertions, 0 deletions