Re: [U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-30 Thread Prafulla Wadaskar
> -Original Message- > From: Luka Perkov [mailto:l...@openwrt.org] > Sent: 31 October 2013 08:35 > To: u-boot@lists.denx.de > Cc: Luka Perkov; Prafulla Wadaskar > Subject: [PATCH] kirkwood: ib62x0: use device tree and > update config > > Signed-off-by: Luka Perkov > CC: Prafulla Wadaska

[U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-30 Thread Luka Perkov
Signed-off-by: Luka Perkov CC: Prafulla Wadaskar --- v1->v2: * keep CONFIG_MACH_TYPE define for backwards compatibility --- include/configs/ib62x0.h | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/include/configs/ib62x0.h b/include/c

Re: [U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-21 Thread Marek Vasut
Dear Luka Perkov, > Hi Fabio, > > On Sun, Oct 13, 2013 at 11:41:44PM -0300, Fabio Estevam wrote: > > On Sun, Oct 13, 2013 at 11:38 PM, Luka Perkov wrote: > > > /* > > > > > > - * Machine type > > > + * Enable device tree support > > > > > > */ > > > > > > -#define CONFIG_MACH_TYPE MA

Re: [U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-14 Thread Luka Perkov
Hi Fabio, On Sun, Oct 13, 2013 at 11:41:44PM -0300, Fabio Estevam wrote: > On Sun, Oct 13, 2013 at 11:38 PM, Luka Perkov wrote: > > /* > > - * Machine type > > + * Enable device tree support > > */ > > -#define CONFIG_MACH_TYPE MACH_TYPE_NAS6210 > > +#define CONFIG_OF_LIBFDT > > I am no

Re: [U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-13 Thread Fabio Estevam
On Sun, Oct 13, 2013 at 11:38 PM, Luka Perkov wrote: > Signed-off-by: Luka Perkov > --- > include/configs/ib62x0.h | 37 - > 1 file changed, 20 insertions(+), 17 deletions(-) > > diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h > index 7fa0c53.

[U-Boot] [PATCH] kirkwood: ib62x0: use device tree and update config

2013-10-13 Thread Luka Perkov
Signed-off-by: Luka Perkov --- include/configs/ib62x0.h | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 7fa0c53..90ed0fb 100644 --- a/include/configs/ib62x0.h +++ b/include/config