diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-09-23 18:51:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-09-23 18:51:03 +0000 |
commit | c13093b1484565382bd5e00722149442e46635ee (patch) | |
tree | a819bd3d19560221155eeb5a8cb58149737131be /src/mainboard/intel/eagleheights/auto.c | |
parent | a946214ea09d4ca89a575525d0ae0469526e7dcc (diff) |
simplify source tree hierarchy: move files from sdram/ and ram/ to lib/
It's only three files. Also fix up all the paths (Gotta love included C files)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4661 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel/eagleheights/auto.c')
-rw-r--r-- | src/mainboard/intel/eagleheights/auto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/intel/eagleheights/auto.c b/src/mainboard/intel/eagleheights/auto.c index b21677ef05..f28e1e7bbb 100644 --- a/src/mainboard/intel/eagleheights/auto.c +++ b/src/mainboard/intel/eagleheights/auto.c @@ -38,7 +38,7 @@ #include "arch/i386/lib/console.c" #include <cpu/x86/bist.h> -#include "ram/ramtest.c" +#include "lib/ramtest.c" #include "southbridge/intel/i3100/i3100_early_smbus.c" #include "southbridge/intel/i3100/i3100_early_lpc.c" #include "reset.c" @@ -117,7 +117,7 @@ static inline int spd_read_byte(u16 device, u8 address) #include "cpu/x86/mtrr/earlymtrr.c" #include "northbridge/intel/i3100/memory_initialized.c" #include "northbridge/intel/i3100/raminit.c" -#include "sdram/generic_sdram.c" +#include "lib/generic_sdram.c" #include "northbridge/intel/i3100/reset_test.c" #include "debug.c" |