Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-31 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > So is there an easy way to fix these boards? > > Enable CFG_NAND_LEGACY and CONFIG_CMD_NAND, include whatever header that > the NAND macros depend on, fix any other build breaks, and test the > result. I don't have the hardware to do that last step,

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-29 Thread Scott Wood
On Tue, Jul 29, 2008 at 04:37:35PM +0200, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > This board seems to be using the legacy NAND interface, but doesn't > > define CFG_NAND_LEGACY. It also doesn't define CONFIG_CMD_NAND; if one > > does so, then it gets build errors (with

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-29 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > - at91rm9200dk: > > In file included from /home/wd/git/u-boot/work/include/nand.h:32, > > from board.c:48: > > /home/wd/git/u-boot/work/include/linux/mtd/nand.h:82:1: warning: > > "NAND_CTL_SETCLE" redefined > > In fi

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-23 Thread Scott Wood
On Wed, Jul 16, 2008 at 01:18:31PM +0200, Wolfgang Denk wrote: > - at91rm9200dk: > In file included from /home/wd/git/u-boot/work/include/nand.h:32, >from board.c:48: > /home/wd/git/u-boot/work/include/linux/mtd/nand.h:82:1: warning: > "NAND_CTL_SETCLE" redefine

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-17 Thread Heiko Schocher
Hello Jerry, Jerry Van Baren wrote: > Jerry Van Baren wrote: >> Wolfgang Denk wrote: >>> In message <[EMAIL PROTECTED]> you wrote: Didnt know this ... so we must change something in common/main.c :-( >>> Yes. >>> Whats with something like this? >>> Looks way too complicated to me. What d

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-17 Thread Jerry Van Baren
Jerry Van Baren wrote: > Wolfgang Denk wrote: >> In message <[EMAIL PROTECTED]> you wrote: >>> Didnt know this ... so we must change something in common/main.c :-( >> Yes. >> >>> Whats with something like this? >> Looks way too complicated to me. What do you think about the PATCH / >> RFC I posted

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-17 Thread Jerry Van Baren
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> Didnt know this ... so we must change something in common/main.c :-( > > Yes. > >> Whats with something like this? > > Looks way too complicated to me. What do you think about the PATCH / > RFC I posted yesterday? > > Best rega

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-17 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> Whats with something like this? > > Looks way too complicated to me. What do you think about the PATCH / > RFC I posted yesterday? Why complicated? I think (means that I must verify it) the compiler shouldnt gene

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-17 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Didnt know this ... so we must change something in common/main.c :-( Yes. > Whats with something like this? Looks way too complicated to me. What do you think about the PATCH / RFC I posted yesterday? Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Heiko, > > in message <[EMAIL PROTECTED]> you wrote: >> diff --git a/include/configs/sc3.h b/include/configs/sc3.h >> index f6e40de..0ff889a 100644 >> --- a/include/configs/sc3.h >> +++ b/include/configs/sc3.h >> @@ -132,7 +132,8 @@ >> >> #if 1 /*

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Wolfgang Denk
Dear Heiko, in message <[EMAIL PROTECTED]> you wrote: > > diff --git a/include/configs/sc3.h b/include/configs/sc3.h > index f6e40de..0ff889a 100644 > --- a/include/configs/sc3.h > +++ b/include/configs/sc3.h > @@ -132,7 +132,8 @@ > > #if 1/* feel free to disable for development */ >

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Heiko Schocher
Hello Wolfgang, [EMAIL PROTECTED] wrote: [...] > - sc3: > main.c: In function 'abortboot': > main.c:119: warning: too many arguments for format [PATCH] sc3: Fix compilerwarning: main.c:119: warning: too many arguments for format Signed-off-by: Heiko Schocher <[EMAIL PROTEC

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Jerry Van Baren
Wolfgang Denk wrote: > Hello, > > the first release candidate for v1.3.4 is out. :-) > Well, actually it's more some mile stone than a real release > candidate as we still have a couple of issues that need to be > fixed before we can consider a release: :-( > - sacsng: > main.c:

[U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Wolfgang Denk
Hello, the first release candidate for v1.3.4 is out. Well, actually it's more some mile stone than a real release candidate as we still have a couple of issues that need to be fixed before we can consider a release: PPC: - MPC8272ADS: pci.c: In function 'ft_pci_setup':