AMD Northbridge LX: convert spd_read_byte() to non-static version
Change-Id: Ie329606852dfd7109acb694e9a9ff851b023cc63 Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-on: http://review.coreboot.org/3369 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
4eb5aa2894
commit
c4e07bb503
18 changed files with 20 additions and 17 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
static inline int spd_read_byte(unsigned int device, unsigned int address)
|
||||
int spd_read_byte(unsigned int device, unsigned int address)
|
||||
{
|
||||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue