commit | 3d55788ce8759f7e9c6dcf0de917beb50ef94504 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 05 04:25:22 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:39 2011 +0100 |
tree | 8b6f7da563afba021210041f3112c0e3d853f8bd | |
parent | 030808f4ac9b167291dd0ea301ac9de10051073c [diff] |
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>