MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-lpc22xx / hardware.h
blob858e4121671e1ad7bdfe3eb60c9a0ddf7f8ec8d2
1 /*
2 * linux/include/asm-arm/arch-lpc22xx/hardware.h
4 * Copyright (C) 2004 Philips Semiconductors
6 */
7 #ifndef __ASM_ARCH_HARDWARE_H
8 #define __ASM_ARCH_HARDWARE_H
10 #include <asm/sizes.h>
11 #include <asm/arch/lpc22xx.h>
13 #ifndef __ASSEMBLY__
15 #define HARD_RESET_NOW()
17 /* the machine dependent bootmem reserve and free routines */
18 #define MACH_RESERVE_BOOTMEM()
20 #define MACH_FREE_BOOTMEM()
22 /* yes, freeing initmem is okay */
23 #define DO_FREE_INITMEM() (1)
25 #endif
27 #define LPC22xx_MEM_SIZE (CONFIG_DRAM_SIZE)
28 #define MEM_SIZE LPC22xx_MEM_SIZE
29 #define PA_SDRAM_BASE CONFIG_DRAM_BASE
31 #endif /* END OF __ASM_ARCH_HARDWARE_H */