aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2013-02-04 20:40:47 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-02-05 23:30:49 +0100
commit4c2aafe586d5214409b4de0affb5f743477d2f1c (patch)
treedacb3a9efdf11c184c900f115d16301b399c8c92 /src/include
parent543a6824580331373a2d77694c23905dc7ca48a7 (diff)
exynos: de-duplicate UART header content
Some header content got duplicated during the initial porting effort. This moves generic UART header stuff to exynos5-common and leaves exynos5250 #defines in the AP-specific UART header. Change-Id: Ifb6289d7b9dc26c76ae4dfcf511590b3885715a3 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/2285 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/uart.h b/src/include/uart.h
index 6628314ae2..2a72575871 100644
--- a/src/include/uart.h
+++ b/src/include/uart.h
@@ -31,7 +31,7 @@
#endif
#if CONFIG_CPU_SAMSUNG_EXYNOS5
-#include <cpu/samsung/exynos5250/uart.h>
+#include <cpu/samsung/exynos5-common/uart.h>
#endif
#ifndef __ROMCC__