Changeset 8889
- Timestamp:
- 01/28/08 02:17:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/xscale/linux-2.6.24/arch/arm/mach-ixp4xx/ixdp425-setup.c
r8887 r8889 153 153 154 154 static struct resource ixdp425_uart_resources[] = { 155 #if defined(CONFIG_TONZE) ||defined(CONFIG_NOP8670)155 #if !defined(CONFIG_TONZE) && !defined(CONFIG_NOP8670) 156 156 { 157 157 .start = IXP4XX_UART1_BASE_PHYS, … … 168 168 169 169 static struct plat_serial8250_port ixdp425_uart_data[] = { 170 #if defined(CONFIG_TONZE) ||defined(CONFIG_NOP8670)170 #if !defined(CONFIG_TONZE) && !defined(CONFIG_NOP8670) 171 171 { 172 172 .mapbase = IXP4XX_UART1_BASE_PHYS, … … 195 195 .id = PLAT8250_DEV_PLATFORM, 196 196 .dev.platform_data = ixdp425_uart_data, 197 #if defined(CONFIG_TONZE) ||defined(CONFIG_NOP8670)197 #if !defined(CONFIG_TONZE) && !defined(CONFIG_NOP8670) 198 198 .num_resources = 2, 199 199 #else
Note: See TracChangeset
for help on using the changeset viewer.
