aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/compaq
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2015-01-04 16:05:59 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2015-01-04 13:47:45 +0100
commitfc4e8550afc5aab4af7801e2e008a8712f8c7795 (patch)
treefbc6c5e86af512f85c55a5b3e8e82c0e9873dcd0 /src/mainboard/compaq
parente64f5b1bcd589b4ac517909f5332f9926ab7d642 (diff)
superio/nsc/pc97317: Use link-time symbols over .c inclusion
Change-Id: Ia45bc7a880d0dab57c56a0452858cd26626f09df Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/8076 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/compaq')
-rw-r--r--src/mainboard/compaq/deskpro_en_sff_p600/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c b/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c
index feccfb7efe..cfda5dbeb0 100644
--- a/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c
+++ b/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c
@@ -30,7 +30,7 @@
#include "lib/delay.c"
#include "cpu/x86/bist.h"
/* FIXME: This should be PC97307 (but it's buggy at the moment)! */
-#include "superio/nsc/pc97317/early_serial.c"
+#include <superio/nsc/pc97317/pc97317.h>
#include <lib.h>
/* FIXME: This should be PC97307 (but it's buggy at the moment)! */