Re: [U-Boot] [RFC PATCH 0/19] Create generic board init and move ARM and x86 to it

2011-12-31 Thread Graeme Russ
Hi Simon, On 31/12/11 13:02, Simon Glass wrote: > Hi Graeme, > > On Fri, Dec 30, 2011 at 7:49 AM, Graeme Russ wrote: >> Hi Simon, >> [snip] >> However, I think this approach is not the right one - and I think the CFI >> driver backs me up. Your plan is to create generic code which you want ALL

Re: [U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

2011-12-31 Thread asad
On 12/29/2011 07:47 PM, Aneesh V wrote: > Fix boot issue on ES2.0 Panda by tuning some > IO settings. The CONTROL_EFUSE_2 register has > to be over-ridden in software for 4430 boards. > > Commit 23e9f0723e48615332119de4f4ec7a833a282628 > wrongly did this for CONTROL_EFUSE_1. Reverting > this and d

Re: [U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

2011-12-31 Thread Raúl Porcel
On 12/31/2011 01:27 PM, asad wrote: [snip] Jeez, obviously this is me... Thanks and sorry ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] [trivial] common.h: remove value from bool defines

2011-12-31 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] [trivial] env: remove value from boolean defines

2011-12-31 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH 0/19] Create generic board init and move ARM and x86 to it

2011-12-31 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > Also it does depend on expectations. I would hope that moving an > architecture over would be a fairly small task: > > - getting generic relocation working I don;t see why this would be a direct prerequisite here. We want to have that, no boubt abo

[U-Boot] [PATCH] M28EVK: Fix build if CONFIG_CMD_NAND not selected

2011-12-31 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Stefano Babic --- include/configs/m28evk.h |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 39c841f..dcea878 100644 --- a/include/configs/m28evk.h +++ b/include/