Skip to content
Snippets Groups Projects
Commit 9689ddcc authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
parent c9ed38cb
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,8 @@ ...@@ -24,9 +24,8 @@
* MA 02111-1307 USA * MA 02111-1307 USA
*/ */
#include <common.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <status_led.h>
/* /*
************************************************************************* *************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment