Skip to content
Commit 90edb33d authored by Quanyang Wang's avatar Quanyang Wang Committed by Liwei Song
Browse files

axxiaarm: change value of AXXIA_DEBUG_UART_VIRT

commit 68b6d4e3

 from
git://git.yoctoproject.org/linux-yocto v5.10/standard/sdkv5.10/axxia

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>
Signed-off-by: default avatarLiwei Song <liwei.song@windriver.com>
parent a69272a5
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