diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/uart.h | 2 |
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__ |