Searched hist:"428 b504e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/include/debug/ |
H A D | ux500.S | 428b504e Tue Jun 09 05:05:46 CDT 2015 Linus Walleij <linus.walleij@linaro.org> ARM: ux500: simplify and move debug UART
The debug UART code defined three different virtual addresses while only one is ever used. Get rid of this, and move the UART remapping to 0xfffe8000 where DTCM reside on some platforms but not on Ux500, so it can be reused moving the UART out of the vmalloc area.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org> 428b504e Tue Jun 09 05:05:46 CDT 2015 Linus Walleij <linus.walleij@linaro.org> ARM: ux500: simplify and move debug UART The debug UART code defined three different virtual addresses while only one is ever used. Get rid of this, and move the UART remapping to 0xfffe8000 where DTCM reside on some platforms but not on Ux500, so it can be reused moving the UART out of the vmalloc area. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|