Re: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-25 Thread Marek Vasut
On Sunday, September 25, 2011 11:43:26 AM stefano babic wrote: > Am 25/09/2011 01:26, schrieb Marek Vasut: > > On Friday, September 23, 2011 04:17:28 PM Stefano Babic wrote: > >> On 09/23/2011 03:36 PM, Marek Vasut wrote: > >>> On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote: > L

Re: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-25 Thread stefano babic
Am 25/09/2011 01:26, schrieb Marek Vasut: > On Friday, September 23, 2011 04:17:28 PM Stefano Babic wrote: >> On 09/23/2011 03:36 PM, Marek Vasut wrote: >>> On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote: Let common code set the machine ID. >>> >>> This will need rework ... stef

Re: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-24 Thread Marek Vasut
On Friday, September 23, 2011 04:17:28 PM Stefano Babic wrote: > On 09/23/2011 03:36 PM, Marek Vasut wrote: > > On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote: > >> Let common code set the machine ID. > > > > This will need rework ... stefano, can we get the efikasb stuff mainline >

Re: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-23 Thread Stefano Babic
On 09/23/2011 03:36 PM, Marek Vasut wrote: > On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote: >> Let common code set the machine ID. >> > > This will need rework ... stefano, can we get the efikasb stuff mainline so > Fabio can rework this ? No..it is not a good idea to push a patc

Re: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-23 Thread Marek Vasut
On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote: > Let common code set the machine ID. > This will need rework ... stefano, can we get the efikasb stuff mainline so Fabio can rework this ? Cheers > Cc: Marek Vasut > Signed-off-by: Fabio Estevam > --- > board/efikamx/efikamx.c

[U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-23 Thread Fabio Estevam
Let common code set the machine ID. Cc: Marek Vasut Signed-off-by: Fabio Estevam --- board/efikamx/efikamx.c |1 - include/configs/efikamx.h |2 ++ 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/board/efikamx/efikamx.c b/board/efikamx/efikamx.c index 5be1f6c..be2a9a1 1