summaryrefslogtreecommitdiff
path: root/src/mainboard/olpc/rev_a
diff options
context:
space:
mode:
authorNils Jacobs <njacobs8@hetnet.nl>2010-07-28 00:27:09 +0000
committerPeter Stuge <peter@stuge.se>2010-07-28 00:27:09 +0000
commitbba0d76952754da0c38cf94cf4a6860cff3ce9ba (patch)
treedcdaa8c0c6c1182b46a9199fbd82a62ba872c72c /src/mainboard/olpc/rev_a
parent7a4952a54fa5db941aa95bfd8fa7427e96c1bacf (diff)
downloadcoreboot-bba0d76952754da0c38cf94cf4a6860cff3ce9ba.tar.xz
Let Geode GX2 use geode_post_code.h just like Geode LX
Also clean up gx2def.h and geode_post_code.h a little. abuild tested and boot tested on a Wyse S50. Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl> Acked-by: Nils Jacobs <njacobs8@hetnet.nl> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/olpc/rev_a')
-rw-r--r--src/mainboard/olpc/rev_a/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/olpc/rev_a/romstage.c b/src/mainboard/olpc/rev_a/romstage.c
index a6d675fadd..7f8779f720 100644
--- a/src/mainboard/olpc/rev_a/romstage.c
+++ b/src/mainboard/olpc/rev_a/romstage.c
@@ -9,6 +9,7 @@
#include "cpu/x86/bist.h"
#include "cpu/x86/msr.h"
#include <cpu/amd/gx2def.h>
+#include <cpu/amd/geode_post_code.h>
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)