projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ed38c
)
cpu/arm920t/start.S: include <common.h> to have ROUND() defined
author
Wolfgang Denk
<wd@denx.de>
Mon, 27 Jul 2009 08:06:39 +0000
(10:06 +0200)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/cpu/arm920t/start.S
b/cpu/arm920t/start.S
index
475cdaf
..
27f38b8
100644
(file)
--- 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>
/*
*************************************************************************