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
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 -
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 ;-)) *
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
>
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