From 0ce10c96299d395928f8375a6ccb5f0a20e3fda0 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 4 Nov 2003 12:02:43 +0000 Subject: infrastructure updates git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1251 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/solo/auto.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/mainboard/amd/solo/auto.c b/src/mainboard/amd/solo/auto.c index 85fd5fb6ed..5963934fd5 100644 --- a/src/mainboard/amd/solo/auto.c +++ b/src/mainboard/amd/solo/auto.c @@ -52,6 +52,11 @@ static unsigned int generate_row(uint8_t node, uint8_t row, uint8_t maxnodes) return 0x00010101; /* default row entry */ } +static inline void activate_spd_rom(const struct mem_controller *ctrl) +{ + /* nothing here */ +} + static inline int spd_read_byte(unsigned device, unsigned address) { return smbus_read_byte(device, address); -- cgit v1.2.3