Correct a comment, this was not true anymore.

This commit is contained in:
Olivier Houchard 2007-10-24 22:24:32 +00:00
parent f352a0d45f
commit b2c9a0439a

View File

@ -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;