Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Masahiro Yamada authored
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>
Masahiro Yamada authoredBecause 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>