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

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@freescale.com Date: Thu, 13 Sep 2007 10:23:58 -0500 Subject: [PATCH] ColdFire: Update build error
Signed-off-by: TsiChungLiew Tsi-Chung.Liew@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"

In message 4791E710007FEB4BBF83775D787F462F04ADE898@az33exm22.fsl.freescale.net you wrote:
I moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Liew Tsi Chung-r5aahp
-
Wolfgang Denk