From: Wolfgang Denk Date: Mon, 27 Jul 2009 08:06:39 +0000 (+0200) Subject: cpu/arm920t/start.S: include to have ROUND() defined X-Git-Tag: v2009.08-rc1~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9689ddcca6e01f3637b4442fa8575f29ef4d7aa3;p=oweals%2Fu-boot.git cpu/arm920t/start.S: include to have ROUND() defined Commit fcd3c87e made include/common.h usable by assembler code but failed to update cpu/arm920t/start.S Signed-off-by: Wolfgang Denk --- diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index 475cdafabe..27f38b8089 100644 --- a/cpu/arm920t/start.S +++ b/cpu/arm920t/start.S @@ -24,9 +24,8 @@ * MA 02111-1307 USA */ +#include #include -#include -#include /* *************************************************************************