1
0
Fork 0

Fix compile problem cause my Microblaze merge

Signed-off-by: Stefano Babic <sbabic@denx.de>
utp
Stefano Babic 2007-05-16 14:49:12 +02:00 committed by Wolfgang Denk
parent a7676ea773
commit 70124c2602
1 changed files with 1 additions and 1 deletions

View File

@ -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[])
{