]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: debug: adjust for U-Boot
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 1 Sep 2014 02:06:35 +0000 (11:06 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 26 Oct 2014 21:23:40 +0000 (22:23 +0100)
commitb81fa615df129f29d343abb382392ca4ef17bdc6
tree6745b9deec12db12db57361907598e68feec6abf
parent51b17d494656c6c0db230e0a5ba9c733a96309bf
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>
arch/arm/lib/debug.S