mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 12:18:55 +00:00
s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
This patch moves the s3c64xx header files from include/ to include/asm-arm/arch-s3c64xx Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
17ab301c93
commit
f9000d975b
13 changed files with 11 additions and 11 deletions
|
@ -34,7 +34,7 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <version.h>
|
#include <version.h>
|
||||||
|
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
#ifdef CONFIG_SERIAL1
|
#ifdef CONFIG_SERIAL1
|
||||||
#define ELFIN_UART_CONSOLE_BASE (ELFIN_UART_BASE + ELFIN_UART0_OFFSET)
|
#define ELFIN_UART_CONSOLE_BASE (ELFIN_UART_BASE + ELFIN_UART0_OFFSET)
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <netdev.h>
|
#include <netdev.h>
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
#define CS8900_Tacs 0x0 /* 0clk address set-up */
|
#define CS8900_Tacs 0x0 /* 0clk address set-up */
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
#include <asm/system.h>
|
#include <asm/system.h>
|
||||||
|
|
||||||
static void cache_flush (void);
|
static void cache_flush (void);
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
.globl mem_ctrl_asm_init
|
.globl mem_ctrl_asm_init
|
||||||
mem_ctrl_asm_init:
|
mem_ctrl_asm_init:
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
* MA 02111-1307 USA
|
* MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
.globl reset_cpu
|
.globl reset_cpu
|
||||||
reset_cpu:
|
reset_cpu:
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
#define APLL 0
|
#define APLL 0
|
||||||
#define MPLL 1
|
#define MPLL 1
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <asm/proc-armv/ptrace.h>
|
#include <asm/proc-armv/ptrace.h>
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
#include <div64.h>
|
#include <div64.h>
|
||||||
|
|
||||||
static ulong timer_load_val;
|
static ulong timer_load_val;
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#ifdef CONFIG_ENABLE_MMU
|
#ifdef CONFIG_ENABLE_MMU
|
||||||
#include <asm/proc/domain.h>
|
#include <asm/proc/domain.h>
|
||||||
#endif
|
#endif
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
#if !defined(CONFIG_ENABLE_MMU) && !defined(CONFIG_SYS_PHY_UBOOT_BASE)
|
#if !defined(CONFIG_ENABLE_MMU) && !defined(CONFIG_SYS_PHY_UBOOT_BASE)
|
||||||
#define CONFIG_SYS_PHY_UBOOT_BASE CONFIG_SYS_UBOOT_BASE
|
#define CONFIG_SYS_PHY_UBOOT_BASE CONFIG_SYS_UBOOT_BASE
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|
||||||
#include <nand.h>
|
#include <nand.h>
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/errno.h>
|
#include <asm/errno.h>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
#ifdef CONFIG_SERIAL1
|
#ifdef CONFIG_SERIAL1
|
||||||
#define UART_NR S3C64XX_UART0
|
#define UART_NR S3C64XX_UART0
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <s3c6400.h>
|
#include <asm/arch/s3c6400.h>
|
||||||
|
|
||||||
int usb_cpu_init(void)
|
int usb_cpu_init(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue