diff mbox

[U-Boot,4/4] M28: Enable FDT support

Message ID 1336060041-8803-4-git-send-email-marex@denx.de
State Awaiting Upstream
Headers show

Commit Message

Marek Vasut May 3, 2012, 3:47 p.m. UTC
This will eventually be needed with Linux 3.5, which will be the point when
MXS will be switched to FDT.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
---
 include/configs/m28evk.h |    2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic May 6, 2012, 3:53 p.m. UTC | #1
On 03/05/2012 17:47, Marek Vasut wrote:
> This will eventually be needed with Linux 3.5, which will be the point when
> MXS will be switched to FDT.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Detlev Zundel <dzu@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> ---
>  include/configs/m28evk.h |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
> index 7e1661e..b419516 100644
> --- a/include/configs/m28evk.h
> +++ b/include/configs/m28evk.h
> @@ -43,6 +43,8 @@
>  #define	CONFIG_ARCH_CPU_INIT
>  #define	CONFIG_ARCH_MISC_INIT
>  
> +#define CONFIG_OF_LIBFDT

This is independent from the series, and can be applied directly.

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
Marek Vasut May 6, 2012, 4:12 p.m. UTC | #2
Dear Stefano Babic,

> On 03/05/2012 17:47, Marek Vasut wrote:
> > This will eventually be needed with Linux 3.5, which will be the point
> > when MXS will be switched to FDT.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Wolfgang Denk <wd@denx.de>
> > Cc: Detlev Zundel <dzu@denx.de>
> > Cc: Stefano Babic <sbabic@denx.de>
> > Cc: Fabio Estevam <festevam@gmail.com>
> > ---
> > 
> >  include/configs/m28evk.h |    2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
> > index 7e1661e..b419516 100644
> > --- a/include/configs/m28evk.h
> > +++ b/include/configs/m28evk.h
> > @@ -43,6 +43,8 @@
> > 
> >  #define	CONFIG_ARCH_CPU_INIT
> >  #define	CONFIG_ARCH_MISC_INIT
> > 
> > +#define CONFIG_OF_LIBFDT
> 
> This is independent from the series, and can be applied directly.
> 
> Applied to u-boot-imx, thanks.

I think the series was cleared either way, wasn't it?

> 
> Best regards,
> Stefano Babic

Best regards,
Marek Vasut
Stefano Babic May 6, 2012, 4:18 p.m. UTC | #3
On 06/05/2012 18:12, Marek Vasut wrote:
> Dear Stefano Babic,
> 

> I think the series was cleared either way, wasn't it?

I am slowly applying all free of comments patches to u-boot-imx, and
reviewing what I have not yet done. So this one is completely
independent and I could apply without many thoughts ;-)

But I am approaching to the other patches, so do not despair ;-)

Stefano
Marek Vasut May 6, 2012, 4:41 p.m. UTC | #4
Dear Stefano Babic,

> On 06/05/2012 18:12, Marek Vasut wrote:
> > Dear Stefano Babic,
> > 
> > 
> > I think the series was cleared either way, wasn't it?
> 
> I am slowly applying all free of comments patches to u-boot-imx, and
> reviewing what I have not yet done. So this one is completely
> independent and I could apply without many thoughts ;-)
> 
> But I am approaching to the other patches, so do not despair ;-)

I think I made another series for you that should be clear. This series should 
be clear after DZU gulps down the previous explanation of crapiness :(

> 
> Stefano

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 7e1661e..b419516 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -43,6 +43,8 @@ 
 #define	CONFIG_ARCH_CPU_INIT
 #define	CONFIG_ARCH_MISC_INIT
 
+#define CONFIG_OF_LIBFDT
+
 /*
  * SPL
  */