projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21659e
)
ColdFire: Fix build error caused by pixis.c
author
Liew Tsi Chung-r5aahp
<Tsi-chung.Liew@freescale.com>
Thu, 13 Sep 2007 23:04:05 +0000
(16:04 -0700)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 15 Sep 2007 19:03:09 +0000
(21:03 +0200)
Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
board/freescale/common/pixis.c
patch
|
blob
|
history
diff --git
a/board/freescale/common/pixis.c
b/board/freescale/common/pixis.c
index ae4bef1877e909a7982d4b1ac5c92a3651dce2da..fd99a938c0f87830bb96004a0622e3e6868258e5 100644
(file)
--- a/
board/freescale/common/pixis.c
+++ b/
board/freescale/common/pixis.c
@@
-25,10
+25,9
@@
#include <common.h>
#include <command.h>
#include <watchdog.h>
-#include <asm/cache.h>
#ifdef CONFIG_FSL_PIXIS
-
+#include <asm/cache.h>
#include "pixis.h"