diff options
author | Wolfgang Denk <wd@denx.de> | 2011-01-12 23:59:53 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-01-12 23:59:53 +0100 |
commit | c6b734f5aea2ba75caaa1929f7e649ecda8d2f31 (patch) | |
tree | 3359c7fafc959e4a9a4cabb416b726890c8c0c92 /arch/sh/include/asm/cpu_sh7780.h | |
parent | 072f4125f1df8e9a25b3d8f4298b000183763cf4 (diff) | |
parent | a972089a5bf7613334088f60e2ae92fc25a8749b (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/include/asm/cpu_sh7780.h')
-rw-r--r-- | arch/sh/include/asm/cpu_sh7780.h | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/arch/sh/include/asm/cpu_sh7780.h b/arch/sh/include/asm/cpu_sh7780.h index d4f824e715..e9c59fe245 100644 --- a/arch/sh/include/asm/cpu_sh7780.h +++ b/arch/sh/include/asm/cpu_sh7780.h @@ -333,27 +333,8 @@ #define RYRAR 0xFFE80054 /* Serial Communication Interface with FIFO */ -#define SCIF0_BASE SCSMR0 #define SCSMR0 0xFFE00000 -#define SCBRR0 0xFFE00004 -#define SCSCR0 0xFFE00008 -#define SCFSR0 0xFFE00010 -#define SCFCR0 0xFFE00018 -#define SCTFDR0 0xFFE0001C -#define SCRFDR0 0xFFE00020 -#define SCSPTR0 0xFFE00024 -#define SCLSR0 0xFFE00028 -#define SCRER0 0xFFE0002C -#define SCSMR1 0xFFE10000 -#define SCBRR1 0xFFE10004 -#define SCSCR1 0xFFE10008 -#define SCFSR1 0xFFE10010 -#define SCFCR1 0xFFE10018 -#define SCTFDR1 0xFFE1001C -#define SCRFDR1 0xFFE10020 -#define SCSPTR1 0xFFE10024 -#define SCLSR1 0xFFE10028 -#define SCRER1 0xFFE1002C +#define SCIF0_BASE SCSMR0 /* Serial I/O with FIFO */ #define SIMDR 0xFFE20000 |