]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cpu/arm920t/start.S: include <common.h> to have ROUND() defined
authorWolfgang Denk <wd@denx.de>
Mon, 27 Jul 2009 08:06:39 +0000 (10:06 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 27 Jul 2009 08:06:39 +0000 (10:06 +0200)
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>
cpu/arm920t/start.S

index 475cdafabe5cfc73f7a7331fb2c32faee291e9e9..27f38b808917700a35ab683713cd3b8e7a3f7f15 100644 (file)
@@ -24,9 +24,8 @@
  * MA 02111-1307 USA
  */
 
+#include <common.h>
 #include <config.h>
-#include <version.h>
-#include <status_led.h>
 
 /*
  *************************************************************************