Re: [U-Boot] Status open patches: ARM, AT91, IXP, PXA

2009-02-22 Thread Dirk Behme
Dear Wolfgang and Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 01:00 Sun 22 Feb , Wolfgang Denk wrote: >> Dear Jean-Christophe, >> >> I have the following patches still marked as open in my list. Could >> you please have a look... >> >> ARM, AT91: >> >> 04/24 michael

Re: [U-Boot] Status open patches: ARM, AT91, IXP, PXA

2009-02-22 Thread Magnus Lilja
Hi 2009/2/22 Wolfgang Denk : > Dear Jean-Christophe, > > I have the following patches still marked as open in my list. Could > you please have a look... > > ARM, AT91: > I couldn't find "01/28 Maxim Artamonov [U-Boot] [PATCH]V3 NAND_SPL support for phycore imx31" anywhere, what's the status of th

Re: [U-Boot] Status open patches: USB

2009-02-22 Thread Remy Bohmer
Hello Wolfgang, 2009/2/22 Wolfgang Denk : > Dear Remy, > > I have the following patches still marked as open in my list. Could > you please have a look... > USB: > 10/29 Yoshihiro Shimoda [U-Boot] [PATCH] r8a66597-hcd: fix cannot use > external hub I seem to have missed this one. Thanks. > 02/

Re: [U-Boot] [PATCH] r8a66597-hcd: fix cannot use external hub

2009-02-22 Thread Remy Bohmer
Hello, 2008/10/29 Yoshihiro Shimoda : > Fix the problem that cannot use external hub, because this driver > did not control correctly a DEVADDx register. > > Signed-off-by: Yoshihiro Shimoda > --- > drivers/usb/r8a66597-hcd.c | 36 +++- > 1 files changed, 31 ins

[U-Boot] Pull request: u-boot-usb

2009-02-22 Thread Remy Bohmer
The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e: Wolfgang Denk (1): Coding Style cleanup; update CHANGELOG are available in the git repository at: git://git.denx.de/u-boot-usb.git master Yoshihiro Shimoda (1): r8a66597-hcd: fix cannot use external hu

Re: [U-Boot] Status open patches: ARM, AT91, IXP, PXA

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:18 Sun 22 Feb , Magnus Lilja wrote: > Hi > > 2009/2/22 Wolfgang Denk : > > Dear Jean-Christophe, > > > > I have the following patches still marked as open in my list. Could > > you please have a look... > > > > ARM, AT91: > > > > I couldn't find "01/28 Maxim Artamonov [U-Boot] [PATCH]V3

Re: [U-Boot] [PATCH] AT91RM9200 BGA port D defines

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:57 Wed 26 Nov , Jens Scharsig wrote: > This patch add's the defines for port d I/Os on AT91RM9200 (BGA package) > > Signed-off-by: Jens Scharsig > --- patch line wrapped could you resend Best Regards, J. ___ U-Boot mailing list U-Boot@lists.d

Re: [U-Boot] [PATCH 1/1] ARM: Add command to control coloured led from the console

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:09 Wed 07 Jan , Ulf Samuelsson wrote: > This patch allows any board implementing the coloured LED API > to control the LEDs from the console. > > led [green | yellow | red | all ] [ on | off ] > > or > > led [ 1 | 2 | 3 | all ] [ on | off ] > > > Adds configuration item CONFIG_CMD_

Re: [U-Boot] [PATCH] Davinci I2C code cleanup

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:52 Thu 19 Feb , k...@koi8.net wrote: > Removed CHECK_NACK macro from Davinci I2C driver for code cleanup. > > Signed-off-by: Sergey Kubushyn > --- > cpu/arm926ejs/davinci/i2c.c | 62 +- > 1 files changed, 45 insertions(+), 17 deletions(-) NACK please

Re: [U-Boot] Status open patches: ARM, AT91, IXP, PXA

2009-02-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090222062613.gb2...@game.jcrosoft.org> you wrote: > On 01:00 Sun 22 Feb , Wolfgang Denk wrote: > > Dear Jean-Christophe, > > > > I have the following patches still marked as open in my list. Could > > you please have a look... > > > > ARM

[U-Boot] [PATCH 1/1] at91sam9/cap9: use define instead hardcoded value for the USB_OHCI_REGS_BASE

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/configs/afeb9260.h |3 ++- include/configs/at91cap9adk.h |3 ++- include/configs/at91sam9260ek.h |3 ++- include/configs/at91sam9261ek.h |3 ++- include/configs/at91sam9263ek.h |3 ++- 5 files changed, 10 inser

Re: [U-Boot] Status open patches: ARM, AT91, IXP, PXA

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
08/28 Markus Kammerstet [U-Boot] PATCH: U-Boot support for Olimex SAM9L-9260 development board 10/07 "Alan Carvalho de [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

Re: [U-Boot] [PATCH] bootm: Reduce the unnecessary memmove

2009-02-22 Thread Larry Johnson
Minkyu Kang wrote: > Although load address and image start address are same address, > bootm command always does memmove. > That is unnecessary memmove and can be taken few milliseconds > (about 500 msec to 1000 msec). > If skip this memmove, we can reduce the boot time. > > Signed-off-by: Minkyu

Re: [U-Boot] [PATCH 6/7 v2] OMAP3: Add OMAP3 core changes for MUSB

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:55 Thu 12 Feb , Dirk Behme wrote: > OMAP3 core changes necessary for MUSB > > Signed-off-by: Dirk Behme > > --- > Note: OMAP3 USB code will be sent later to USB maintainer, so > CONFIG_MUSB isn't used anywhere yet. This will avoid > USB maintainer to change OMAP3 core files

Re: [U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:55 Thu 12 Feb , Dirk Behme wrote: > Add serial number based on OMAP3 die ID. > > Signed-off-by: Dirk Behme > > --- > Changes in v2: > > - Rename 'serial' to 'serial#' > - Don't copy from a memory to an other, instead just update the pointer > > board/omap3/beagle/beagle.c

Re: [U-Boot] [PATCH 6/7 v2] OMAP3: Add OMAP3 core changes for MUSB

2009-02-22 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 19:55 Thu 12 Feb , Dirk Behme wrote: >> OMAP3 core changes necessary for MUSB >> >> Signed-off-by: Dirk Behme >> >> --- >> Note: OMAP3 USB code will be sent later to USB maintainer, so >> CONFIG_MUSB isn't used anywhere

Re: [U-Boot] Status open patches: ARM, AT91, IXP, PXA

2009-02-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090222152238.gc9...@game.jcrosoft.org> you wrote: ... > The list of the patch I still need to handle for this merge window Thanks. > The other are already applied to the mainline ro a pull request is in > preparation > or an other version of

Re: [U-Boot] Status open patches: ARM, AT91, IXP, PXA

2009-02-22 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: ... > 02/11 Remy BohmerRe: [U-Boot] Atmel AT91 USB Device Controller Driver > > 02/12 Dirk Behme [U-Boot] [PATCH 0/7 v2] OMAP3: Add some additional

Re: [U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-02-22 Thread Dirk Behme
Dear Wolfgang and Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 19:55 Thu 12 Feb , Dirk Behme wrote: >> Add serial number based on OMAP3 die ID. >> >> Signed-off-by: Dirk Behme >> >> --- >> Changes in v2: >> >> - Rename 'serial' to 'serial#' >> - Don't copy from a memory to an

[U-Boot] [PATCH 1/1] davinci: fix implicit declaration of function 'davinci_errata_workarounds'

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/davinci/common/psc.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/davinci/common/psc.h b/board/davinci/common/psc.h index b18a185..b2dd7b5 100644 --- a/board/davinci/common/psc.h +++ b/board/davinci/common

[U-Boot] [PATCH 1/1] nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/mtd/nand/nomadik.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/nomadik.c b/drivers/mtd/nand/nomadik.c index 08944d1..b76f4cb 100644 --- a/drivers/mtd/nand/nomadik.c +++ b/drivers/mtd/nand/no

[U-Boot] [PATCH 1/1] nmdk8815: fix onenand support�

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/configs/nmdk8815.h |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/configs/nmdk8815.h b/include/configs/nmdk8815.h index b37352e..543780d 100644 --- a/include/configs/nmdk8815.h +++ b/include/configs/

[U-Boot] ARM Pull Request

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e: Wolfgang Denk (1): Coding Style cleanup; update CHANGELOG are available in the git repository at: git://git.denx.de/u-boot-arm.git master Alessandro Rubini (3): Added nomadik

Re: [U-Boot] [PATCH 1/1] nmdk8815: fix onenand suppor t�

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
The extra char in the Title was fix before pushed Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] ARM Pull Request

2009-02-22 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > Hi Wolfgang, > > Please pull The following changes since commit > 09fee8e8677a6265e89144ccc163bf00e321769e: > Wolfgang Denk (1): > Coding Style cleanup; update CHANGELOG > > are available in the git repository at: Any hi

Re: [U-Boot] Status open patches: Blackfin

2009-02-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200902211923.53040.vap...@gentoo.org> you wrote: > > On Saturday 21 February 2009 19:00:30 Wolfgang Denk wrote: > > I have the following patches still marked as open in my list. Could > > you please have a look... > > > > BlackFin: > > 02/19 Mike Frysinger [U-

Re: [U-Boot] MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings

2009-02-22 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message <49a0e17b.9090...@ruby.dti.ne.jp> you wrote: > Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings > like this: > > skuri...@ubuntu:u-boot.git$ ./MAKEALL dbau1000 > Configuring for dbau1x00 board... > au1x00_eth.c: In function 'au1x00_se

Re: [U-Boot] Status open patches: ARM, AT91, IXP, PXA

2009-02-22 Thread Wolfgang Denk
Dear Dirk, in message <49a11034.6080...@googlemail.com> you wrote: ... > Conclusion for OMAP3: Still open: Thanks for the summary. > Additionally (not at this list), we *really* like to get an ARM > mach-types update > > http://lists.denx.de/pipermail/u-boot/2009-February/046756.html > http://

Re: [U-Boot] Pull request: u-boot-usb

2009-02-22 Thread Wolfgang Denk
Dear Remy Bohmer, In message <3efb10970902220233i55bef8d8t240dcedd13c1c...@mail.gmail.com> you wrote: > The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e: > Wolfgang Denk (1): > Coding Style cleanup; update CHANGELOG > > are available in the git repository at:

Re: [U-Boot] [PATCH] Davinci I2C code cleanup

2009-02-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090222124436.ga9...@game.jcrosoft.org> you wrote: > On 13:52 Thu 19 Feb , k...@koi8.net wrote: > > Removed CHECK_NACK macro from Davinci I2C driver for code cleanup. > > > > Signed-off-by: Sergey Kubushyn > > --- > > cpu/arm926ejs/davinci

Re: [U-Boot] [PATCH] bootm: Reduce the unnecessary memmove

2009-02-22 Thread Wolfgang Denk
Dear Larry Johnson, In message <49a177d8.1050...@acm.org> you wrote: > > > Although load address and image start address are same address, > > bootm command always does memmove. > > That is unnecessary memmove and can be taken few milliseconds > > (about 500 msec to 1000 msec). > > If skip this me

Re: [U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-02-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090222160142.ge9...@game.jcrosoft.org> you wrote: ... > > Add serial number based on OMAP3 die ID. ... > report it as the CPU serial if you want but report it as the board serial make > no sense to me > > Wolfgang what do you think? I agree th

Re: [U-Boot] [PATCH] Davinci I2C code cleanup

2009-02-22 Thread ksi
On Sun, 22 Feb 2009, Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090222124436.ga9...@game.jcrosoft.org> you wrote: > > On 13:52 Thu 19 Feb , k...@koi8.net wrote: > > > Removed CHECK_NACK macro from Davinci I2C driver for code cleanup. > > > > > > Signed-of

Re: [U-Boot] ARM Pull Request

2009-02-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090222173300.ga7...@game.jcrosoft.org> you wrote: > Hi Wolfgang, > > Please pull The following changes since commit > 09fee8e8677a6265e89144ccc163bf00e321769e: > Wolfgang Denk (1): > Coding Style cleanup; update CHANGELOG > > are av

Re: [U-Boot] [PATCH] Davinci I2C code cleanup

2009-02-22 Thread Wolfgang Denk
Dear k...@koi8.net, In message you wrote: > > > I suggest that "tmp" gets passed as argument to the macro. > > It is _NOT_ a macro working on some variable. It is simply repeating Oh yes, of course it is. It references the variable "tmp", and this is nasty as it is not clear to the reader of th

[U-Boot] [PATCH] fix missing brace in macaddr changes in u-boot.git/next in smc911x.c

2009-02-22 Thread Mike Frysinger
i was going through the macaddr patchset to see if there was something else i missed and noticed that the changes to smc911x are missing a brace. you'll probably want to squash this into the changeset: lan91c96/smc9/smc911x: get mac address from environment -mike --- a/drivers/net/sm

[U-Boot] Compiling for i386

2009-02-22 Thread Drasko DRASKOVIC
Hi all, can u-boot be copiled for PC (i.e. x86 machine) and run via qemu. I'd like to use it for educational purposes, so I was wondering what would be the best way to start it withouth the board. BR, Drasko ___ U-Boot mailing list U-Boot@lists.denx.de h

Re: [U-Boot] [PATCH] fix missing brace in macaddr changes in u-boot.git/next in smc911x.c

2009-02-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200902221715.52440.vap...@gentoo.org> you wrote: > > i was going through the macaddr patchset to see if there was something else i > missed and noticed that the changes to smc911x are missing a brace. Ah. thanks for pointing out. > you'll probably want to squash

Re: [U-Boot] Compiling for i386

2009-02-22 Thread Wolfgang Denk
Dear Drasko, In message <5ec3d7930902221417r691b95f1x81707e681c86e...@mail.gmail.com> you wrote: > > can u-boot be copiled for PC (i.e. x86 machine) and run via qemu. I'd like > to use it for educational purposes, so I was wondering what would be the > best way to start it withouth the board. It

Re: [U-Boot] Compiling for i386

2009-02-22 Thread Graeme Russ
Hi Drasko, On Mon, Feb 23, 2009 at 9:17 AM, Drasko DRASKOVIC wrote: > Hi all, > can u-boot be copiled for PC (i.e. x86 machine) and run via qemu. I'd like There is an i386 port which I am actively working on, but I have never tried to run it in qemu - I wouldn't imaging it would be that hard, bu

Re: [U-Boot] Compiling for i386

2009-02-22 Thread Drasko DRASKOVIC
Actually, I am interested in ARM platform, but I thought that it would be the easiest solution to avoid croos-copiling for the moment, and just build PC version and run it (like someone would run GRUB) in emulator. Than one would be able to customize commands, debug via GDB connection to qemu, etc.

Re: [U-Boot] [PATCH] Davinci I2C code cleanup

2009-02-22 Thread ksi
On Sun, 22 Feb 2009, Wolfgang Denk wrote: > Dear k...@koi8.net, > > In message you wrote: > > > > > I suggest that "tmp" gets passed as argument to the macro. > > > > It is _NOT_ a macro working on some variable. It is simply repeating > > Oh yes, of course it is. It references the variable "t

Re: [U-Boot] Compiling for i386

2009-02-22 Thread Wolfgang Denk
Dear Drasko, In message <5ec3d7930902221508r2140cb55pe9a00bf519239...@mail.gmail.com> you wrote: > > Actually, I am interested in ARM platform, but I thought that it would be Then use one of the supported ARM targets. IIRC, for example the SX1 runs fine under qemu. Jean-Christophe (on Cc:) sho

Re: [U-Boot] [PATCH] Davinci I2C code cleanup

2009-02-22 Thread Wolfgang Denk
Dear k...@koi8.net, In message you wrote: > > > I am sure you could come up with an efficient *and* clean solution - if > > you really wanted to try. > > There is no way you can avoid that very same code repeated several times (7 > or so? didn't count them) -- that is how the driver works. See

Re: [U-Boot] [PATCH] ARM: synchronize mach-types.h with linux 2.6.29-rc3

2009-02-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090204081050.gd25...@game.jcrosoft.org> you wrote: > > > This change is to support Zoom2. > > > > #define MACH_TYPE_OMAP_ZOOM2 1967 > > > > The file was generated from building the default arm config of > > > > git://git.kernel.org/pub

Re: [U-Boot] ARM Pull Request

2009-02-22 Thread Wolfgang Denk
Dear Dirk, In message <49a19017.9080...@googlemail.com> you wrote: > > Any hint or idea when we will get a mach-types update? It will be included with the v2009.03-rc1 release which will come into existence in ... less than one hour. Keep your fingers crossed. Best regards, Wolfgang Denk

Re: [U-Boot] [PATCH] Davinci I2C code cleanup

2009-02-22 Thread ksi
On Mon, 23 Feb 2009, Wolfgang Denk wrote: > Dear k...@koi8.net, > > In message you wrote: > > > > > I am sure you could come up with an efficient *and* clean solution - if > > > you really wanted to try. > > > > There is no way you can avoid that very same code repeated several times (7 > > or

[U-Boot] v2009.03-rc1 is out

2009-02-22 Thread Wolfgang Denk
Hi everybody... v2009.03-rc1 has just been released. Please help testing, and submit fixes to the remaining problems. Things still missing should be submitted ASAP. I would like to have a -rc2 by the end of the week, and strictly only bug fixes after this. Please use the "next" branch as ba

Re: [U-Boot] [U-BOOT][PATCH 1/3] mflash : Fix some style issue

2009-02-22 Thread unsik Kim
Hello? I attached "all-in-one" rebased, squashed patch for your request. Regards, unsik Kim >From 53292a06d57fcd93fa508c5c698bca5b60a19691 Mon Sep 17 00:00:00 2001 From: unsik Kim Date: Wed, 18 Feb 2009 14:31:49 +0900 Subject: [PATCH 09/13] Initial mflash support Mflash is fusion memory devic

Re: [U-Boot] [PATCH 1/1] net: Add Xilinx LL Temac driver version2

2009-02-22 Thread Ben Warren
Hi Michal, You submitted this so long ago that this driver should be in the tree right now. Unfortunately, I didn't give a thorough enough review the first time and I think it would be wrong to pull it in right now without addressing some more things. If you take care of this, I promise to pu

Re: [U-Boot] [PATCH v2] smc911x: split out useful defines/functions into local header

2009-02-22 Thread Ben Warren
Hi Mike, Sorry I didn't address this earlier. Mike Frysinger wrote: > The smc911x driver has a lot of useful defines/functions which can be used > by pieces of code (such as example eeprom programmers). Rather than > forcing each place to duplicate these defines/functions, split them out > of th

Re: [U-Boot] [PATCH] AT91RM9200 BGA port D defines

2009-02-22 Thread Jens Scharsig
This patch add's the defines for port d I/Os on AT91RM9200 (BGA package) Signed-off-by: Jens Scharsig --- diff --git a/include/asm-arm/arch-at91rm9200/AT91RM9200.h b/include/asm-arm/arch-at91rm9200/AT91RM9200.h index 95db017..308dea1 100644 --- a/include/asm-arm/arch-at91rm9200/AT91RM9200.h +++

Re: [U-Boot] Error uncompressing kernel image

2009-02-22 Thread Michael Lawnick
Alemao said the following: > return Z_MEM_ERROR; > > > Any ideas why this is happening? Out of memory. You don't tell us processor architecture/type. In my case (PPC, u-boot 1.3.3 ff) I'd take a look into include/configs/.h and would increase the constant CONFIG_SYS_MALLOC_LEN HTH -

Re: [U-Boot] Status open patches: NET

2009-02-22 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben, > > I have the following patches still marked as open in my list. Could > you please have a look... > > NET: > 12/22 Mike Frysinger [U-Boot] [PATCH 2/2] smc911x_eeprom: new example app > for managing newer SMC parts > Applied > 01/05 mon...@monstr.eu [PAT

[U-Boot] Pull request - net

2009-02-22 Thread Ben Warren
Wolfgang, The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65: Wolfgang Denk (1): Update CHANGELOG; Prepare 2009.03-rc1 are available in the git repository at: git://git.denx.de/u-boot-net.git master Heiko Schocher (1): netloop: speed up NetLoop Mi

Re: [U-Boot] netloop: speed up NetLoop

2009-02-22 Thread Ben Warren
Heiko Schocher wrote: > NetLoop polls every cycle with getenv some environment variables. > This is horribly slow, especially when the environment is big. > > This patch reads only the environment variables in NetLoop, > when they were changed. > > Also moved the init part of the NetLoop function i

Re: [U-Boot] [PATCH] added Vitesse VSC8211 definition to tsec.c

2009-02-22 Thread Ben Warren
Pieter wrote: > Added the struct containg PHY settings for the Vitesse VSC8211 phy to > the phy_info list in tsec.c > > Signed-off-by:: Pieter Henning > Applied to net repo. Please note that you broke all sorts of rules (non-plaintext message, indentation not by tabs, lines longer than 80 ch

[U-Boot] saveenv command erases flash u-boot

2009-02-22 Thread rudresh
i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , NOR Flash , u-boot stored in NOR flash. when i do the saveenv , reset command the u-boot is erased. i'm not able to fix this issue. help me to fix this issue Thanks Rudresh -- View this message in context: http://www.