diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-11-04 12:06:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-11-04 12:06:03 +0000 |
commit | 163309a7e649b3ec1a685321a53d6e35d2c1d5ff (patch) | |
tree | 1ec7118405732dd7b022769d8a493e2680ffe76c /src/mainboard/arima/hdama/auto.c | |
parent | 0ce10c96299d395928f8375a6ccb5f0a20e3fda0 (diff) |
infrastructure updates to keep linuxbios building (needed for quartet)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1252 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima/hdama/auto.c')
-rw-r--r-- | src/mainboard/arima/hdama/auto.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/arima/hdama/auto.c b/src/mainboard/arima/hdama/auto.c index 244d0ea305..795c2685a7 100644 --- a/src/mainboard/arima/hdama/auto.c +++ b/src/mainboard/arima/hdama/auto.c @@ -88,6 +88,11 @@ static unsigned int generate_row(uint8_t node, uint8_t row, uint8_t maxnodes) return ret; } +static inline void activate_spd_rom(const struct mem_controller *ctrl) +{ + /* nothing to do */ +} + static inline int spd_read_byte(unsigned device, unsigned address) { return smbus_read_byte(device, address); |