u-boot/arch/arm/cpu/armv7/rmobile
Nobuhiro Iwamatsu 7579751c14 arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error
The kzm9g board fails in building with -march=armv7-a.
This fixs this problem by converting to do_div().

-----
USE_PRIVATE_LIBGCC=yes ./MAKEALL kzm9g
...
arch/arm/cpu/armv7/rmobile/librmobile.o: In function `get_time_us':
arch/arm/cpu/armv7/rmobile/timer.c:41: undefined reference to `__aeabi_uldivmod'
arch/arm/cpu/armv7/rmobile/librmobile.o: In function `get_time_ms':
arch/arm/cpu/armv7/rmobile/timer.c:47: undefined reference to `__aeabi_uldivmod'
-----

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
2013-12-03 09:47:08 +09:00
..
board.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
config.mk ARM: refactor compiler options in config.mk 2013-09-23 17:03:05 +02:00
cpu_info-r8a7740.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cpu_info-r8a7790.c arm: rmobile: Add support R8A7790 2013-12-03 09:45:20 +09:00
cpu_info-r8a7791.c arm: rmobile: Add support R8A7791 2013-12-03 09:46:45 +09:00
cpu_info-sh73a0.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cpu_info.c arm: rmobile: Add support R8A7791 2013-12-03 09:46:45 +09:00
emac.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
lowlevel_init.S Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
lowlevel_init_ca15.S arm: rmobile: Add support R8A7790 2013-12-03 09:45:20 +09:00
Makefile arm: rmobile: Add support R8A7791 2013-12-03 09:46:45 +09:00
pfc-r8a7740.c arm: rmobile: Add support PFC of Renesas R8A7740 2012-10-03 02:04:25 +02:00
pfc-r8a7790.c arm: rmobile: Add support R8A7790 2013-12-03 09:45:20 +09:00
pfc-r8a7790.h arm: rmobile: Add support R8A7790 2013-12-03 09:45:20 +09:00
pfc-r8a7791.c arm: rmobile: Add support R8A7791 2013-12-03 09:46:45 +09:00
pfc-sh73a0.c arm: rmobile: Add support PFC of Renesas SH73A0 2012-10-03 02:04:22 +02:00
timer.c arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error 2013-12-03 09:47:08 +09:00