summaryrefslogtreecommitdiff
path: root/src/mainboard/samsung
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2015-01-04 04:17:35 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2015-01-04 13:47:16 +0100
commit74834e075844e8f7c42635974ac873fddafd419b (patch)
tree155a70e9d143c559bb7914a0f80f8e78e2567671 /src/mainboard/samsung
parentcab19911ff54f5ffa3cd140a6871755140a768c8 (diff)
downloadcoreboot-74834e075844e8f7c42635974ac873fddafd419b.tar.xz
mainboard: Sanitize some superio include paths to be non-local
This brings mainboard up to being consistent tree-wide now for all superio header path inclusions. Change-Id: I00a806ce209ba363c62e3ddd49db9bf599f32149 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/8052 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r--src/mainboard/samsung/lumpy/romstage.c2
-rw-r--r--src/mainboard/samsung/stumpy/romstage.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c
index 5b8646a1ce..b356fa81e1 100644
--- a/src/mainboard/samsung/lumpy/romstage.c
+++ b/src/mainboard/samsung/lumpy/romstage.c
@@ -44,7 +44,7 @@
#include "option_table.h"
#include "gpio.h"
#if CONFIG_DRIVERS_UART_8250IO
-#include "superio/smsc/lpc47n207/lpc47n207.h"
+#include <superio/smsc/lpc47n207/lpc47n207.h>
#include "superio/smsc/lpc47n207/early_serial.c"
#endif
#if CONFIG_CHROMEOS
diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c
index f842ad2e49..1462132eba 100644
--- a/src/mainboard/samsung/stumpy/romstage.c
+++ b/src/mainboard/samsung/stumpy/romstage.c
@@ -44,7 +44,7 @@
#include <halt.h>
#include "gpio.h"
#if CONFIG_DRIVERS_UART_8250IO
-#include "superio/smsc/lpc47n207/lpc47n207.h"
+#include <superio/smsc/lpc47n207/lpc47n207.h>
#include "superio/smsc/lpc47n207/early_serial.c"
#endif
#if CONFIG_CHROMEOS