diff options
author | Stelian Pop <stelian@popies.net> | 2008-03-26 19:52:31 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-04-01 01:45:48 +0200 |
commit | 177e8a5ac81bbc531a1d54abdb47f2860266c3aa (patch) | |
tree | dcbf12a1bf2957bf42ffce4e3c1944afde6544fe /include/asm-arm/arch-at91sam9/memory-map.h | |
parent | 6d1dbbbf9fdf727384002e553e615c15d8b967f4 (diff) | |
download | u-boot-imx-177e8a5ac81bbc531a1d54abdb47f2860266c3aa.zip u-boot-imx-177e8a5ac81bbc531a1d54abdb47f2860266c3aa.tar.gz u-boot-imx-177e8a5ac81bbc531a1d54abdb47f2860266c3aa.tar.bz2 |
Finish header files reworking
Replace AT91CAP9.h file with several splitted header files coming
from the Linux kernel.
This is part 2 of the replacement: more header imports and edits.
Signed-off-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'include/asm-arm/arch-at91sam9/memory-map.h')
-rw-r--r-- | include/asm-arm/arch-at91sam9/memory-map.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/asm-arm/arch-at91sam9/memory-map.h b/include/asm-arm/arch-at91sam9/memory-map.h index eee7bd6..da98822 100644 --- a/include/asm-arm/arch-at91sam9/memory-map.h +++ b/include/asm-arm/arch-at91sam9/memory-map.h @@ -24,11 +24,11 @@ #ifndef __ASM_ARM_ARCH_MEMORYMAP_H__ #define __ASM_ARM_ARCH_MEMORYMAP_H__ -#include <asm/arch/AT91CAP9.h> +#include <asm/arch/hardware.h> -#define USART0_BASE AT91C_BASE_US0 -#define USART1_BASE AT91C_BASE_US1 -#define USART2_BASE AT91C_BASE_US2 -#define USART3_BASE AT91C_BASE_DBGU +#define USART0_BASE AT91_USART0 +#define USART1_BASE AT91_USART1 +#define USART2_BASE AT91_USART2 +#define USART3_BASE (AT91_BASE_SYS + AT91_DBGU) #endif /* __ASM_ARM_ARCH_MEMORYMAP_H__ */ |