Home
last modified time | relevance | path

Searched hist:b81fa615df129f29d343abb382392ca4ef17bdc6 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Ddebug.Sb81fa615df129f29d343abb382392ca4ef17bdc6 Mon Sep 01 02:06:35 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> arm: debug: adjust for U-Boot

Because CONFIG_MMU is never defined in U-Boot,
the non-MMU code in debug.S is always used.

Unfortunately, the number of arguments of the addruart macro
in Linux is different between MMU and non-MMU.
This causes a build error when importing some debug macros
using the third argument. (For ex. arch/arm/include/debug/exynos.S)
Pass the third argument to the non-MMU addruart to avoid such a problem.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Tested-by: Przemyslaw Marczak <p.marczak@samsung.com>