[U-Boot-Users] [PATCH] ppc4xx: Fix typos in 460GT/EX FBDV array

2008-05-07 Thread Stefan Roese
From: "David Mitchell" <[EMAIL PROTECTED]> From: Dave Mitchell <[EMAIL PROTECTED]> Corrected two typos in the 460GT/EX FBDV array. Signed-off-by: Dave Mitchell <[EMAIL PROTECTED]> Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- cpu/ppc4xx/speed.c |2 +- 1 files changed, 1 insertions(+),

[U-Boot-Users] [PATCH] 85xx: Limit CPU2 workaround to parts that have the errata

2008-05-07 Thread Andy Fleming
Signed-off-by: Ebony Zhu <[EMAIL PROTECTED]> Signed-off-by: Andy Fleming <[EMAIL PROTECTED]> --- board/freescale/mpc8548cds/mpc8548cds.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c

[U-Boot-Users] Please pull u-boot-mpc85xx.git

2008-05-07 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master Andy Fleming (1): 85xx: Limit CPU2 workaround to parts that have the errata board/freescale/mpc8548cds/mpc8548cds.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) -

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduceCONFIG_SKIP_RELOCATION

2008-05-07 Thread Ulf Samuelsson
>> CONFIG_RELOCATABLE on powerpc means something different. On arm we start >> U-Boot by running it at an address != link address and _copy_ (not >> relocate) ourselves to the address we are linked at. On powerpc real >> relocation is done if CONFIG_RELOCATABLE is enabled. >> Hence the option you w

[U-Boot-Users] [PATCH] PPC: fix map_physmem build warning

2008-05-07 Thread Becky Bruce
map_physmem currently generates a warning when CONFIG_PHYS_64BIT is enabled. This quiets the warning. Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> --- include/asm-ppc/io.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-ppc/io.h b/include/asm-ppc/io.h inde

[U-Boot-Users] [PATCH] Update pci code to use phys_addr_t

2008-05-07 Thread Becky Bruce
Physical addrs need to be represented by phys_addr_t, not unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT are going to fail mightily. Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> --- drivers/pci/pci.c |8 include/pci.h | 10 +- 2 files changed, 9 inserti

Re: [U-Boot-Users] [PATCH] M18 flash (Sibley) support (attempt 2)

2008-05-07 Thread Vasiliy Leoenenko
cfi_flash: support of long cmd in U-boot. Some NOR flash chips needs support of commands with length grether than max value size of uchar. For example all M18 family chips use 0x1ff command in buffered write mode as value of program loops count. Signed-off-by: Alexey Korolev <[EMAIL PROTECTED]>

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > CONFIG_RELOCATABLE on powerpc means something different. On arm we start > U-Boot by running it at an address != link address and _copy_ (not > relocate) ourselves to the address we are linked at. On powerpc real > relocation is done if CONFIG_RELOCATAB

Re: [U-Boot-Users] [PATCH] M18 flash (Sibley) support (attempt 2)

2008-05-07 Thread Vasiliy Leoenenko
cfi_flash: enable M18 flash chips family support. Added new command set ID. Buffered write command processing is changed in order to support M18 flash chips family. Signed-off-by: Alexey Korolev <[EMAIL PROTECTED]> Signed-off-by: Vasiliy Leonenko <[EMAIL PROTECTED]> =

Re: [U-Boot-Users] [PATCH] M18 flash (Sibley) support (attempt 2)

2008-05-07 Thread Vasiliy Leoenenko
cfi_flash: support of long cmd in U-boot. Some NOR flash chips needs support of commands with length grether than max value size of uchar. For example all M18 family chips use 0x1ff command in buffered write mode as value of program loops count. Signed-off-by: Alexey Korolev <[EMAIL PROTECTED]>

Re: [U-Boot-Users] [PATCH] M18 flash (Sibley) support (attempt 2)

2008-05-07 Thread Vasiliy Leoenenko
Hi All I corrected this issue with the help of Anatolij. I checked this patches on Mainstone II board width Intel M18 chip(16x16) and P30 chip (32x16). Next two messages will contain corrected patches. Best Regards Vasiliy --

Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge

2008-05-07 Thread Anton Vorontsov
On Mon, May 05, 2008 at 08:41:59PM +0200, Stefan Roese wrote: > On Monday 05 May 2008, Larry Johnson wrote: > > >> Yes, I totally agree. Patches should *not* change the default behavior. > > >> We should change it as you suggested. Sorry, I must have missed this. > > >> > > >> Nobuhiro, could you p

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The "-n" option is not a new feature. It already existed in the code prior > to my changes. Argh! You are right. This option has been there right from the first version. And guess who wrote that code. I apologize for all the false alarms. Now where i

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Anyway, hopefully Wolfgang can ACK the patch as is and I can look at > extending the "-n" option as another separate effort. No, I will not ACK it, as it adds features which are not even mentioned in the commit message. > PS: To which documentation ar

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Menon, Nishanth
Sascha, > -Original Message- > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 07, 2008 10:29 AM > To: Menon, Nishanth > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION > > CONFIG_RELOCATABLE on powerpc

Re: [U-Boot-Users] [PATCH 2/2] add MPC8343 based board mvBlueLYNX-M7

2008-05-07 Thread Kim Phillips
On Wed, 07 May 2008 12:01:48 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: > I'll re-send the 23rd try after my vacation at end of may. > If the merge window will be closed at that date it's obviously bad luck. I can make the changes, André, thanks! Kim

Re: [U-Boot-Users] [Patch 3/4] U-Boot-V2: ARM: Fix Kconfig's .config generation

2008-05-07 Thread Sascha Hauer
On Wed, May 07, 2008 at 09:45:24AM -0500, Menon, Nishanth wrote: > Sacha, Wolfgang, > > -Original Message- > > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 07, 2008 9:41 AM > > To: Menon, Nishanth > > Cc: u-boot-users@lists.sourceforge.net > > Subject: Re: [Patch 3/

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Sascha Hauer
On Wed, May 07, 2008 at 09:41:21AM -0500, Menon, Nishanth wrote: > Sascha, > > -Original Message- > > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 07, 2008 8:51 AM > > To: Menon, Nishanth > > Cc: u-boot-users@lists.sourceforge.net > > Subject: Re: [Patch 2/4] U-Boot

[U-Boot-Users] [Patch 3/4 v2] U-Boot-V2: ARM: Fix Kconfig's .config generation

2008-05-07 Thread Menon, Nishanth
Make defconfig generates .config with "Linux kernel" instead of "U-Boot". This patch fixes the same. Try 2 at getting my mailer understand text mails containing patches! Signed-off-by: Nishanth Menon <[EMAIL PROTECTED]> Index: u-boot-v2.git/scripts/kconfig/confdata.c =

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Markus Klotzbücher
Dear Grant, Grant Erickson <[EMAIL PROTECTED]> writes: > Thanks for the comments. As suggested by Wolfgang, the "-n" option was > pre-existing in the code before my patch. > > I can investigate extending "-n" as described above; however, the caveat is > that the user knows that the values of some

Re: [U-Boot-Users] [Patch 3/4] U-Boot-V2: ARM: Fix Kconfig's .config generation

2008-05-07 Thread Menon, Nishanth
Sacha, Wolfgang, > -Original Message- > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 07, 2008 9:41 AM > To: Menon, Nishanth > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: [Patch 3/4] U-Boot-V2: ARM: Fix Kconfig's .config generation > > As Wolfgang stated you

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Menon, Nishanth
Sascha, > -Original Message- > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 07, 2008 8:51 AM > To: Menon, Nishanth > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION > > On Wed, May 07, 2008 at 06:55:5

Re: [U-Boot-Users] [Patch 1/4] U-Boot-V2: ARM: rename start-arm920t.S as start-arm.S

2008-05-07 Thread Sascha Hauer
On Wed, May 07, 2008 at 06:55:53AM -0500, Menon, Nishanth wrote: > Replace start-arm920t.S with start-arm.S. This will allow for a common logic > to handle applied, thanks Sascha -- Pengutronix e.K. - Linux Solutions for Science and Industry --

Re: [U-Boot-Users] [Patch 3/4] U-Boot-V2: ARM: Fix Kconfig's .config generation

2008-05-07 Thread Sascha Hauer
On Wed, May 07, 2008 at 06:55:59AM -0500, Menon, Nishanth wrote: > Make defconfig generates .config with "Linux kernel" instead of > "U-Boot". This patch fixes the same. As Wolfgang stated your mailer wrapped the lines, otherwise the patch is ok. Please send it again. Regards, SAscha > > Sign

[U-Boot-Users] She won't be dry anymore

2008-05-07 Thread Karlein
Get her wet and ready for you with new sexual enhancing herbal supplements. http://www.stylaist.com/ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still ti

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Grant Erickson
On 5/7/08 12:29 AM, Joakim Tjernlund wrote: > On Tue, 2008-05-06 at 20:16 -0700, Grant Erickson wrote: >> [EMAIL PROTECTED] fw_printenv foobar >> ## Error: "foobar" not defined > > This error message should not be there. It is enough to return exit > status 1. Then one does not have to redirect st

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduceCONFIG_SKIP_RELOCATION

2008-05-07 Thread Gopinath, Thara
> Introduce CONFIG_SKIP_RELOCATION as alternative define. This > may be desired in some conditions where U-Boot is downloaded > directly into SRAM during NAND/Peripheral download mode and > is not expected to be relocated. > > This patch also organizes SKIP_LOWLEVEL_INIT and > SKIP_RELOCATION in a

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Grant Erickson
On 5/7/08 12:10 AM, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> >>> [EMAIL PROTECTED] fw_printenv -n hostname ipaddr >>> ## Error: `-n' option requires exactly one argument >>> [EMAIL PROTECTED] echo $? >>> 1 >> >> But I don't understand what the purpose of the "-n" option

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Grant Erickson
On 5/7/08 12:32 AM, Markus Klotzbücher wrote: > Wolfgang Denk <[EMAIL PROTECTED]> writes: >> In message <[EMAIL PROTECTED]> you wrote: > Oh right, yes. Shouldn't post to lists before drinking coffee in the > morning. > >> However, the addition of this feature is undocumented (not mentioned >> in t

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Sascha Hauer
On Wed, May 07, 2008 at 06:55:56AM -0500, Menon, Nishanth wrote: > Introduce CONFIG_SKIP_RELOCATION as alternative define. This may be > desired in some conditions where U-Boot is downloaded directly into SRAM > during NAND/Peripheral download mode and is not expected to be > relocated. If U-Boot

[U-Boot-Users] Sandisk mDoC H3 support

2008-05-07 Thread Micha Kalfon
Hello all, In the last few weeks I've been working on a u-boot driver for Sandisk's (MSystems) mDoc H3 device - basically, it's a DiskOnChip device which exposes a simple ATA interface to the software and works differently from previous generation DoCs (see http://www.linuxdevices.com/articles/AT2

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Introduce CONFIG_SKIP_RELOCATION as alternative define. This may be > desired in some conditions where U-Boot is downloaded directly into SRAM > during NAND/Peripheral download mode and is not expected to be > relocated. > > This patch also organizes SKI

[U-Boot-Users] [Patch 3/4] U-Boot-V2: ARM: Fix Kconfig's .config generation

2008-05-07 Thread Menon, Nishanth
Make defconfig generates .config with "Linux kernel" instead of "U-Boot". This patch fixes the same. Signed-off-by: Nishanth Menon <[EMAIL PROTECTED]> Index: u-boot-v2.git/scripts/kconfig/confdata.c === --- u-boot-v2.git.orig/scripts

[U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Menon, Nishanth
Introduce CONFIG_SKIP_RELOCATION as alternative define. This may be desired in some conditions where U-Boot is downloaded directly into SRAM during NAND/Peripheral download mode and is not expected to be relocated. This patch also organizes SKIP_LOWLEVEL_INIT and SKIP_RELOCATION in a common arm fe

[U-Boot-Users] [Patch 0/4] U-Boot-V2: ARM: U-Boot V2 clean up patches

2008-05-07 Thread Menon, Nishanth
Hi All, The following series of patches are based on U-Boot V2. One configuration required for OMAP support is capability to fit within 32K the entire boot loader, so size is a major constraint. The first part of a bunch of cleanups for introducing OMAP SOC support. There are 4 patches in this se

[U-Boot-Users] [Patch 1/4] U-Boot-V2: ARM: rename start-arm920t.S as start-arm.S

2008-05-07 Thread Menon, Nishanth
Replace start-arm920t.S with start-arm.S. This will allow for a common logic to handle Signed-off-by: Nishanth Menon <[EMAIL PROTECTED]> Index: u-boot-v2.git/arch/arm/cpu/Makefile === --- u-boot-v2.git.orig/arch/arm/cpu/Makefile

[U-Boot-Users] [Patch 4/4] U-Boot-V2: ARM: Sync up defconfigs

2008-05-07 Thread Menon, Nishanth
Sync up ARM defconfigs due to modifications done by Kconfig changes Signed-off-by: Nishanth Menon <[EMAIL PROTECTED]> Index: u-boot-v2.git/arch/arm/configs/netx_nxdb500_defconfig === --- u-boot-v2.git.orig/arch/arm/configs/netx_nxdb5

[U-Boot-Users] [RFC] [PATCH 2/2] [new uImage] Avoid initrd and logbuffer area overlaps

2008-05-07 Thread Marian Balakowicz
Add logbuffer to reserved LMB areas to prevent initrd allocation from overlaping with it. Make sure to use correct logbuffer base address. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- This patch attempts to assure that initrd allocation made during OS booting will not destroy logbuff

[U-Boot-Users] [PATCH 1/2] ppc: Cleanup get_effective_memsize() use

2008-05-07 Thread Marian Balakowicz
Removed duplicated effective memory size calculation code. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- lib_ppc/board.c | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 1b8a872..4956403 100644 --- a/lib_ppc/b

Re: [U-Boot-Users] [PATCH 09/21] AT91SAM9261EK support

2008-05-07 Thread Ulf Samuelsson
Hello Stelian, To be able to compile for at91sam9261-ek we need a logo called atmel.bmp. This bitmap is not available in the tree, so build fails. (There is, however, a denx.bmp) The bitmap is also a binary file, so difficult to handle with patches. Have you any idea how to solve this? Kind Rega

Re: [U-Boot-Users] [PATCH 2/2] add MPC8343 based board mvBlueLYNX-M7

2008-05-07 Thread André Schwarz
Thanks, unfortunately I'm out of office right now. I'll re-send the 23rd try after my vacation at end of may. If the merge window will be closed at that date it's obviously bad luck. Cheers, André Jean-Christophe PLAGNIOL-VILLARD wrote: + * Andre Schwarz, Matrix Vision GmbH, [EMAIL PROTECTE

Re: [U-Boot-Users] 1.3.3-rc3 - release status

2008-05-07 Thread Stelian Pop
Le mercredi 07 mai 2008 à 11:12 +0200, Haavard Skinnemoen a écrit : > Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > In message <[EMAIL PROTECTED]> you wrote: > > > > > > > I'm just waiting for the merge window to open and I'll post them all. > > > > Meanwhile, if you wish, I can send you the patc

[U-Boot-Users] i.MX31: question about CFG_HZ and CKIL

2008-05-07 Thread Jens Gehrlein
Hi all, in the i.MX31 processor reference manual they mention a 32 kHz clock as input for several timers and controllers. Sometimes it's called ipg_clk_32k. But the documentation does not clearly state, that this clock actually is the CKIL. As far as I could derive from the ADS schematics the

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-05-07 Thread Haavard Skinnemoen
"Remy Bohmer" <[EMAIL PROTECTED]> wrote: > I think it is nicer too, but that appears to me as a good thing to > investigate for the next release of U-boot, not changing this on the > deadline of the current release. Yeah, I completely agree. We probably need some time to shake out any fallout from

Re: [U-Boot-Users] 1.3.3-rc3 - release status

2008-05-07 Thread Haavard Skinnemoen
Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > > I'm just waiting for the merge window to open and I'll post them all. > > > Meanwhile, if you wish, I can send you the patches privately. > > You could send it even if the merge window is not open >

Re: [U-Boot-Users] [PATCH 09/21] AT91SAM9261EK support

2008-05-07 Thread Stelian Pop
Le mercredi 07 mai 2008 à 10:25 +0200, Remy Bohmer a écrit : > Hello Stelian, > > To be able to compile for at91sam9261-ek we need a logo called atmel.bmp. > This bitmap is not available in the tree, so build fails. (There is, > however, a denx.bmp) > > The bitmap is also a binary file, so diffi

Re: [U-Boot-Users] [PATCH 09/21] AT91SAM9261EK support

2008-05-07 Thread Remy Bohmer
Hello Stelian, To be able to compile for at91sam9261-ek we need a logo called atmel.bmp. This bitmap is not available in the tree, so build fails. (There is, however, a denx.bmp) The bitmap is also a binary file, so difficult to handle with patches. Have you any idea how to solve this? Kind Reg

Re: [U-Boot-Users] [PATCH] [new uImage] Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled

2008-05-07 Thread Marian Balakowicz
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> Recent modifcations to LOGBUFFER handling code were incorrecly >> introduced to fit_check_kernel() routine during >> "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing", >> commit 27f33e9f45ef7f9685cbdc65066a1828e85d

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-05-07 Thread Remy Bohmer
Hello Haavard, Wolfgang > Hmm...maybe this is a stupid question, but why can't it _always_ use > the RAM area to look up the environment? env_init() is one of the first > things to be called during bootstrap... > Maybe it's wishful thinking, but if we could get rid of this extra > logic, u-bo

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Markus Klotzbücher
Wolfgang Denk <[EMAIL PROTECTED]> writes: > In message <[EMAIL PROTECTED]> you wrote: >> >> >[EMAIL PROTECTED] fw_printenv -n hostname ipaddr >> >## Error: `-n' option requires exactly one argument >> >[EMAIL PROTECTED] echo $? >> >1 >> >> But I don't understand what the purpose

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Joakim Tjernlund
On Tue, 2008-05-06 at 20:16 -0700, Grant Erickson wrote: > Changed implementation such that fw_printenv returns failure status when one > or more specified variables do not exist or when incorrect command syntax is > used. > > This aids scripting fw_printenv such that the script can key of the

Re: [U-Boot-Users] [PATCH] [new uImage] Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled

2008-05-07 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Recent modifcations to LOGBUFFER handling code were incorrecly > introduced to fit_check_kernel() routine during > "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing", > commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f. > > This patch clean

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > [EMAIL PROTECTED] fw_printenv -n hostname ipaddr > > ## Error: `-n' option requires exactly one argument > > [EMAIL PROTECTED] echo $? > > 1 > > But I don't understand what the purpose of the "-n" option is? The purpose seems clear

[U-Boot-Users] [PATCH] [new uImage] Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled

2008-05-07 Thread Marian Balakowicz
Recent modifcations to LOGBUFFER handling code were incorrecly introduced to fit_check_kernel() routine during "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing", commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f. This patch cleans up this merge issue. Signed-off-by: Marian Balakowi