Skip to content
Commit 68b6d4e3 authored by Quanyang Wang's avatar Quanyang Wang Committed by Bruce Ashfield
Browse files

axxiaarm: change value of AXXIA_DEBUG_UART_VIRT



The macro AXXIA_DEBUG_UART_VIRT is defined to be 0xf0080000 which
is not in vmalloc zone (0xf0800000-0xff800000), and it will trigger
warning as below:

BUG: mapping for 0x2010080000 at 0xf0080000 out of vmalloc space

So change the value to be 0xf0880000 to avoid this warning.

Signed-off-by: default avatarQuanyang Wang <quanyang.wang@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 74e8e7dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment