projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7676ea
)
Fix compile problem cause my Microblaze merge
author
Stefano Babic
<sbabic@denx.de>
Wed, 16 May 2007 12:49:12 +0000
(14:49 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 16 May 2007 13:21:45 +0000
(15:21 +0200)
Signed-off-by: Stefano Babic <sbabic@denx.de>
common/cmd_mfsl.c
patch
|
blob
|
history
diff --git
a/common/cmd_mfsl.c
b/common/cmd_mfsl.c
index 26786aa8cd7964705aca181f615719ab98389371..ffa2666935df84654086373567e1f68f4f559338 100644
(file)
--- a/
common/cmd_mfsl.c
+++ b/
common/cmd_mfsl.c
@@
-29,9
+29,9
@@
#include <common.h>
#include <config.h>
#include <command.h>
-#include <asm/asm.h>
#if (CONFIG_COMMANDS & CFG_CMD_MFSL)
+#include <asm/asm.h>
int do_frd (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
{