diff options
Diffstat (limited to 'arch/arm/mach-at91rm9200')
-rw-r--r-- | arch/arm/mach-at91rm9200/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91rm9200/devices.c b/arch/arm/mach-at91rm9200/devices.c index 01525530c287..2d6b8b3a74a5 100644 --- a/arch/arm/mach-at91rm9200/devices.c +++ b/arch/arm/mach-at91rm9200/devices.c | |||
@@ -544,7 +544,7 @@ void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | |||
544 | * UART | 544 | * UART |
545 | * -------------------------------------------------------------------- */ | 545 | * -------------------------------------------------------------------- */ |
546 | 546 | ||
547 | #if defined(CONFIG_SERIAL_AT91) | 547 | #if defined(CONFIG_SERIAL_ATMEL) |
548 | static struct resource dbgu_resources[] = { | 548 | static struct resource dbgu_resources[] = { |
549 | [0] = { | 549 | [0] = { |
550 | .start = AT91_VA_BASE_SYS + AT91_DBGU, | 550 | .start = AT91_VA_BASE_SYS + AT91_DBGU, |