aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5-common/spl.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2012-11-28 10:03:59 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-29 00:56:36 +0100
commit23547ddb94476a2f65cf76c11b019ca86419cc35 (patch)
treefc37bacea4065f208a670beefff359f74274f53f /src/cpu/samsung/exynos5-common/spl.h
parent5079a0d32f2824445cf593dfbcb65598eaa97dee (diff)
Minor changes to .h files for samsung ARM part
With these changes we have a mostly compiling target. I'm still removing and pruning .h files, but hopefully later today I'll do the last few .h commits and move on to .c Change-Id: Ia82d787496184e028f37d7b67336d61fda75aa94 Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/1937 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/samsung/exynos5-common/spl.h')
-rw-r--r--src/cpu/samsung/exynos5-common/spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5-common/spl.h b/src/cpu/samsung/exynos5-common/spl.h
index 1df4aed424..afa9a8e909 100644
--- a/src/cpu/samsung/exynos5-common/spl.h
+++ b/src/cpu/samsung/exynos5-common/spl.h
@@ -23,7 +23,7 @@
#ifndef __ASM_ARCH_EXYNOS_SPL_H__
#define __ASM_ARCH_EXYNOS_SPL_H__
-#include <cpu/samsung/exynos-common/cpu.h>
+#include <cpu/samsung/exynos5-common/cpu.h>
/* FIXME(dhendrix): non-common header included by a common header... */
#include <cpu/samsung/exynos5250/dmc.h>