summaryrefslogtreecommitdiff
path: root/src/mainboard/asi/mb_5blmp/auto.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-09-23 18:51:03 +0000
committerStefan Reinauer <stepan@openbios.org>2009-09-23 18:51:03 +0000
commitc13093b1484565382bd5e00722149442e46635ee (patch)
treea819bd3d19560221155eeb5a8cb58149737131be /src/mainboard/asi/mb_5blmp/auto.c
parenta946214ea09d4ca89a575525d0ae0469526e7dcc (diff)
downloadcoreboot-c13093b1484565382bd5e00722149442e46635ee.tar.xz
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/asi/mb_5blmp/auto.c')
-rw-r--r--src/mainboard/asi/mb_5blmp/auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asi/mb_5blmp/auto.c b/src/mainboard/asi/mb_5blmp/auto.c
index a98d640acc..df9e09cbeb 100644
--- a/src/mainboard/asi/mb_5blmp/auto.c
+++ b/src/mainboard/asi/mb_5blmp/auto.c
@@ -28,7 +28,7 @@
#include <arch/hlt.h>
#include "pc80/serial.c"
#include "arch/i386/lib/console.c"
-#include "ram/ramtest.c"
+#include "lib/ramtest.c"
#include "northbridge/amd/gx1/raminit.c"
#include "superio/nsc/pc87351/pc87351_early_serial.c"
#include "cpu/x86/bist.h"