[U-Boot-Users] ColdFire: Build error caused by pixis.c

Liew Tsi Chung-r5aahp Tsi-chung.Liew at freescale.com
Fri Sep 14 01:04:05 CEST 2007


I moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.

Thanks,
TsiChung

>From 0b78f71a029228dbe5c54ee0abdd2accd453cfe8 Mon Sep 17 00:00:00 2001
From: TsiChungLiew <Tsi-Chung.Liew at freescale.com>
Date: Thu, 13 Sep 2007 10:23:58 -0500
Subject: [PATCH] ColdFire: Update build error

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew at freescale.com>
---
 board/freescale/common/pixis.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/board/freescale/common/pixis.c
b/board/freescale/common/pixis.c
index ae4bef1..fd99a93 100644
--- 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"
 
 
-- 
1.5.2







More information about the U-Boot mailing list