From b2c9a0439ac44e905d6a0b9539a5e6d1caf20180 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Wed, 24 Oct 2007 22:24:32 +0000 Subject: [PATCH] Correct a comment, this was not true anymore. --- sys/arm/at91/uart_cpu_at91rm9200usart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm/at91/uart_cpu_at91rm9200usart.c b/sys/arm/at91/uart_cpu_at91rm9200usart.c index 45254af6b783..9673b868d66a 100644 --- a/sys/arm/at91/uart_cpu_at91rm9200usart.c +++ b/sys/arm/at91/uart_cpu_at91rm9200usart.c @@ -62,8 +62,8 @@ uart_cpu_getdev(int devtype, struct uart_devinfo *di) di->bas.chan = 0; di->bas.bst = &at91_bs_tag; /* - * XXX: Not pretty, but will work because we map VA == PA early - * for the last 1MB of memory. + * XXX: Not pretty, but will work because we map the needed addresses + * early. */ #ifdef SKYEYE_WORKAROUNDS di->bas.bsh = AT91RM92_BASE + AT91RM92_USART0_BASE;