diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2012-11-28 10:03:59 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-11-29 00:56:36 +0100 |
commit | 23547ddb94476a2f65cf76c11b019ca86419cc35 (patch) | |
tree | fc37bacea4065f208a670beefff359f74274f53f /src/cpu/samsung/exynos5250 | |
parent | 5079a0d32f2824445cf593dfbcb65598eaa97dee (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/exynos5250')
-rw-r--r-- | src/cpu/samsung/exynos5250/clk.h | 2 | ||||
-rw-r--r-- | src/cpu/samsung/exynos5250/cpu.h | 2 | ||||
-rw-r--r-- | src/cpu/samsung/exynos5250/gpio.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/samsung/exynos5250/clk.h b/src/cpu/samsung/exynos5250/clk.h index 91b54fd891..2de949aecb 100644 --- a/src/cpu/samsung/exynos5250/clk.h +++ b/src/cpu/samsung/exynos5250/clk.h @@ -22,7 +22,7 @@ #ifndef __EXYNOS5_CLK_H__ #define __EXYNOS5_CLK_H__ -#include <cpu/samsung/exynos-common/clk.h> +#include <cpu/samsung/exynos5-common/clk.h> #include <cpu/samsung/exynos5250/pinmux.h> /* diff --git a/src/cpu/samsung/exynos5250/cpu.h b/src/cpu/samsung/exynos5250/cpu.h index f6d7c654d7..afd985a67f 100644 --- a/src/cpu/samsung/exynos5250/cpu.h +++ b/src/cpu/samsung/exynos5250/cpu.h @@ -22,7 +22,7 @@ #ifndef _EXYNOS5250_CPU_H #define _EXYNOS5250_CPU_H -#include <cpu/samsung/exynos-common/cpu.h> +#include <cpu/samsung/exynos5-common/cpu.h> /* EXYNOS5 */ #define EXYNOS5_GPIO_PART6_BASE 0x03860000 /* Z<6:0> */ diff --git a/src/cpu/samsung/exynos5250/gpio.h b/src/cpu/samsung/exynos5250/gpio.h index b45cf5cea4..7606262062 100644 --- a/src/cpu/samsung/exynos5250/gpio.h +++ b/src/cpu/samsung/exynos5250/gpio.h @@ -21,7 +21,7 @@ #ifndef EXYNOS5250_GPIO_H_ #define EXYNOS5250_GPIO_H_ -#include <cpu/samsung/exynos-common/gpio.h> +#include <cpu/samsung/exynos5-common/gpio.h> struct exynos5_gpio_part1 { struct s5p_gpio_bank a0; |