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>
This commit is contained in:
parent
5079a0d32f
commit
23547ddb94
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
/*
|
||||
|
|
|
@ -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> */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue