diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-07-14 20:40:38 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-07-14 20:40:38 +0000 |
commit | ae948f78e6720067f86ef917b41f2628ce8f205e (patch) | |
tree | b7eea8f11397fc73cb80a241b2d49d6798de30bc /src/mainboard/amd | |
parent | 50086df616727646027c46116e43799cc9d3a332 (diff) |
- Compile fixes
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@963 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/solo/auto.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/amd/solo/auto.c b/src/mainboard/amd/solo/auto.c index 17eb03e7bc..befce49a8c 100644 --- a/src/mainboard/amd/solo/auto.c +++ b/src/mainboard/amd/solo/auto.c @@ -7,6 +7,16 @@ #include "ram/ramtest.c" #include "northbridge/amd/amdk8/early_ht.c" #include "southbridge/amd/amd8111/amd8111_early_smbus.c" +#include "northbridge/amd/amdk8/raminit.h" + +static void memreset_setup(const struct mem_controller *ctrl) +{ +} + +static void memreset(const struct mem_controller *ctrl) +{ +} + #include "northbridge/amd/amdk8/raminit.c" #include "northbridge/amd/amdk8/coherent_ht.c" #include "sdram/generic_sdram.c" |