]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx5: Correct a warning in clock.c
authorSimon Glass <sjg@chromium.org>
Sat, 5 Nov 2011 04:25:22 +0000 (04:25 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:39 +0000 (23:59 +0100)
commit5acc90729488328665ebee7bc7ae2fb6c9e08c3a
tree8b6f7da563afba021210041f3112c0e3d853f8bd
parent761e83a9a9a2c024f02c746da03b8c6d938fa4a7
mx5: Correct a warning in clock.c

This corects the warning below, obtained with my gcc 4.6 compiler.

arch/arm/cpu/armv7/mx5/libmx5.o: In function `decode_pll':
arch/arm/cpu/armv7/mx5/clock.c:94: undefined reference to `__aeabi_uldivmod'

I am not able to test this on MX5x hardware, but it does improve the
MAKEALL output for me. You may already have a similar patch, but I cannot
see it on the list.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv7/mx5/clock.c