[U-Boot-Users] [PATCH] hush: Fix printf debug macro in hush.c so that it usable in U-Boot

2008-08-19 Thread Stefan Roese
This patch changes the debug_printf() marco for U-Boot in hush.c and moves the definition of DEBUG_SHELL to a place that is actually compiled under U-Boot. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- common/hush.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --g

Re: [U-Boot-Users] [PATCH] hush: Fix printf debug macro in hush.c so that it usable in U-Boot

2008-08-19 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > This patch changes the debug_printf() marco for U-Boot in hush.c and > moves the definition of DEBUG_SHELL to a place that is actually compiled > under U-Boot. ... > +/* define DEBUG for debugging output (obviously ;-)) */ > +#if 0 >

Re: [U-Boot-Users] [PATCH] hush: Fix printf debug macro in hush.c so that it usable in U-Boot

2008-08-19 Thread Stefan Roese
Hi Wolfgang, On Tuesday 19 August 2008, Wolfgang Denk wrote: > > This patch changes the debug_printf() marco for U-Boot in hush.c and > > moves the definition of DEBUG_SHELL to a place that is actually compiled > > under U-Boot. > > ... > > > +/* define DEBUG for debugging output (obviously ;-)) *

Re: [U-Boot-Users] [PATCH v4] Add MIMC200 board

2008-08-19 Thread Mark Jackson
Only just seen this email ... is this okay ? Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> Regards Mark Haavard Skinnemoen wrote: > Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: >> I'll apply this patch and push it upstream during the next merge >> window. No need to resend the whole thing -

[U-Boot-Users] [PATCH] Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()

2008-08-19 Thread Nick Spence
This patch fixes a missing vendor code in the flash_real_protect() function. Signed-off-by: Nick Spence <[EMAIL PROTECTED]> --- drivers/mtd/cfi_flash.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index 58295fe..a9fb972