Re: [U-Boot-Users] [PATCH] Fix compilation error for TASREG

2008-08-01 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: TsiChung Liew <[EMAIL PROTECTED]> > > TASREG is ColdFire platform, the include ppc4xx.h in > board/esd/common/flash.c causes conflict. > > Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> > --- > board/esd/common/flash.c |2 ++ > 1 files chan

[U-Boot-Users] [PATCH] Fix compilation error for TASREG

2008-07-31 Thread Tsi-Chung Liew
From: TsiChung Liew <[EMAIL PROTECTED]> TASREG is ColdFire platform, the include ppc4xx.h in board/esd/common/flash.c causes conflict. Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> --- board/esd/common/flash.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/board/esd