diff options
author | Wolfgang Denk | 2009-07-27 10:06:39 +0200 |
---|---|---|
committer | Wolfgang Denk | 2009-07-27 10:06:39 +0200 |
commit | 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3 (patch) | |
tree | ae67dd5939c728113791ad52b28acaf8c6ae6a96 /cpu | |
parent | c9ed38cb6de50fdb4aaa60b668c555002903b211 (diff) |
cpu/arm920t/start.S: include <common.h> 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 <wd@denx.de>
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/arm920t/start.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index 475cdafabe5..27f38b80891 100644 --- a/cpu/arm920t/start.S +++ b/cpu/arm920t/start.S @@ -24,9 +24,8 @@ * MA 02111-1307 USA */ +#include <common.h> #include <config.h> -#include <version.h> -#include <status_led.h> /* ************************************************************************* |