X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/linexec-j720/blobdiff_plain/77a37381836de85306ad128def744d879c38f95a..c5f1f439f689ac322fc715b979e343c93e8b8ec3:/config.h diff --git a/config.h b/config.h index e2f6029..f7c1b58 100644 --- a/config.h +++ b/config.h @@ -1,13 +1,13 @@ -#define STRONGARM 1 +#define STRONGARM 1 #ifndef STRONGARM /* xscale */ #define MEM_START 0xa0000000 - -/* Memory in MByte */ -#define MEM_SIZE 64 + +/* Memory in MByte */ +#define MEM_SIZE 64 #define KERNELCOPY 0xa0a00000 //#define KERNELCOPY 0xa0800000 @@ -18,17 +18,17 @@ /* Interrupt controller */ #define ICIP 0x40D00000 -#define UARTBASE 0x40100000 -#define UARTDATA 0x00 -#define UARTSTATUS 0x14 -#define UARTTXRDY 5 -#define UARTTXBIT 0 - +#define UARTBASE 0x40100000 +#define UARTDATA 0x00 +#define UARTSTATUS 0x14 +#define UARTTXRDY 5 +#define UARTTXBIT 0 + /* Not used */ #define BOOTIMG 0xa0008000 - + /* MACH_TYPE_H1900 */ -#define MACH_TYPE_JORNADA720 48 +#define MACH_TYPE_JORNADA720 48 #define MACH_TYPE 48 #else @@ -37,9 +37,9 @@ #define MEM_START 0xc0000000 -/* Memory in MByte */ -#define MEM_SIZE 32 - +/* Memory in MByte */ +#define MEM_SIZE 32 + #define KERNELCOPY 0xc0a00000 #define INITRD 0xc0d00000 @@ -48,24 +48,24 @@ /* Interrupt controller */ #define ICIP 0x90050000 -#define UARTBASE 0x80030000 -#define UARTDATA 0x14 -#define UARTSTATUS 0x20 -#define UARTTXRDY 2 -#define UARTTXBIT 0 - +#define UARTBASE 0x80030000 +#define UARTDATA 0x14 +#define UARTSTATUS 0x20 +#define UARTTXRDY 2 +#define UARTTXBIT 0 + /* Not used */ #define BOOTIMG 0xc0008000 - + /* MACH_TYPE_H3600 */ //#define MACH_TYPE 22 /* MACH_TYPE_H3800 */ //#define MACH_TYPE 137 - -/* MACH_TYPE_XDA */ -#define MACH_TYPE_JORNADA720 48 -#define MACH_TYPE 48 + +/* MACH_TYPE_XDA */ +#define MACH_TYPE_JORNADA720 48 +#define MACH_TYPE 48 #endif