diff mbox

[U-Boot] ARM: dreamplug: Enable FDT support

Message ID 1330413542-16749-1-git-send-email-ijc@hellion.org.uk
State Accepted
Commit 5f2e1425270c1461e4d633d3ff9042d29f7531d1
Delegated to: Prafulla Wadaskar
Headers show

Commit Message

Ian Campbell Feb. 28, 2012, 7:19 a.m. UTC
I have tested booting both FDT and non-FDT based Linux kernels (based on
http://marc.info/?l=linux-arm-kernel&m=133002679716986 and
http://marc.info/?l=linux-arm-kernel&m=132328894303581 respectively).

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: Jason <jason@lakedaemon.net>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
---
 include/configs/dreamplug.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

u-boot@lakedaemon.net Feb. 28, 2012, 2:29 p.m. UTC | #1
Ian,

I added Prafulla to the email cc:

On Tue, Feb 28, 2012 at 07:19:02AM +0000, Ian Campbell wrote:
> I have tested booting both FDT and non-FDT based Linux kernels (based on
> http://marc.info/?l=linux-arm-kernel&m=133002679716986 and
> http://marc.info/?l=linux-arm-kernel&m=132328894303581 respectively).
> 
> Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
> Cc: Jason <jason@lakedaemon.net>
> Cc: Prafulla Wadaskar <prafulla@marvell.com>

Acked-by: Jason Cooper <jason@lakedaemon.net>

> ---
>  include/configs/dreamplug.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
> index 0f2f9a2..76f9eea 100644
> --- a/include/configs/dreamplug.h
> +++ b/include/configs/dreamplug.h
> @@ -148,4 +148,6 @@
>   */
>  #define CONFIG_DISPLAY_CPUINFO
>  
> +#define CONFIG_OF_LIBFDT
> +
>  #endif /* _CONFIG_DREAMPLUG_H */
> -- 
> 1.7.8.3
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Ian Campbell Feb. 28, 2012, 2:35 p.m. UTC | #2
On Tue, 2012-02-28 at 09:29 -0500, Jason wrote:
> Ian,
> 
> I added Prafulla to the email cc:

He should have already been there automatically due to git  send-email
picking up the CC in the S-o-b area. I think this happened correctly --
he was CC'd in my own copy at least. How odd.

> On Tue, Feb 28, 2012 at 07:19:02AM +0000, Ian Campbell wrote:
> > I have tested booting both FDT and non-FDT based Linux kernels (based on
> > http://marc.info/?l=linux-arm-kernel&m=133002679716986 and
> > http://marc.info/?l=linux-arm-kernel&m=132328894303581 respectively).
> > 
> > Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
> > Cc: Jason <jason@lakedaemon.net>
> > Cc: Prafulla Wadaskar <prafulla@marvell.com>
> 
> Acked-by: Jason Cooper <jason@lakedaemon.net>

Thanks,
Ian.

> 
> > ---
> >  include/configs/dreamplug.h |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> > 
> > diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
> > index 0f2f9a2..76f9eea 100644
> > --- a/include/configs/dreamplug.h
> > +++ b/include/configs/dreamplug.h
> > @@ -148,4 +148,6 @@
> >   */
> >  #define CONFIG_DISPLAY_CPUINFO
> >  
> > +#define CONFIG_OF_LIBFDT
> > +
> >  #endif /* _CONFIG_DREAMPLUG_H */
> > -- 
> > 1.7.8.3
> > 
> > _______________________________________________
> > U-Boot mailing list
> > U-Boot@lists.denx.de
> > http://lists.denx.de/mailman/listinfo/u-boot
>
Prafulla Wadaskar Feb. 29, 2012, 2:45 a.m. UTC | #3
> -----Original Message-----
> From: Ian Campbell [mailto:ijc@hellion.org.uk]
> Sent: 28 February 2012 20:06
> To: Jason
> Cc: u-boot@lists.denx.de; Prafulla Wadaskar
> Subject: Re: [U-Boot] [PATCH] ARM: dreamplug: Enable FDT support
> 
> On Tue, 2012-02-28 at 09:29 -0500, Jason wrote:
> > Ian,
> >
> > I added Prafulla to the email cc:
> 
> He should have already been there automatically due to git  send-email
> picking up the CC in the S-o-b area. I think this happened correctly -
> -
> he was CC'd in my own copy at least. How odd.

I got it, even first one:-) Ack for the same, will pull soon. 
Thanks and regards..
Prafulla . . .
Prafulla Wadaskar March 2, 2012, 7:28 a.m. UTC | #4
> -----Original Message-----
> From: Ian Campbell [mailto:ijc@hellion.org.uk]
> Sent: 28 February 2012 12:49
> To: u-boot@lists.denx.de
> Cc: Ian Campbell; Jason; Prafulla Wadaskar
> Subject: [PATCH] ARM: dreamplug: Enable FDT support
> 
> I have tested booting both FDT and non-FDT based Linux kernels (based
> on
> http://marc.info/?l=linux-arm-kernel&m=133002679716986 and
> http://marc.info/?l=linux-arm-kernel&m=132328894303581 respectively).
> 
> Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
> Cc: Jason <jason@lakedaemon.net>
> Cc: Prafulla Wadaskar <prafulla@marvell.com>
> ---
>  include/configs/dreamplug.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
> index 0f2f9a2..76f9eea 100644
> --- a/include/configs/dreamplug.h
> +++ b/include/configs/dreamplug.h
> @@ -148,4 +148,6 @@
>   */
>  #define CONFIG_DISPLAY_CPUINFO
> 
> +#define CONFIG_OF_LIBFDT
> +
>  #endif /* _CONFIG_DREAMPLUG_H */
> --
> 1.7.8.3


Applied to u-boot-marvell.git next branch

Regards..
Prafulla . . .
diff mbox

Patch

diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 0f2f9a2..76f9eea 100644
--- a/include/configs/dreamplug.h
+++ b/include/configs/dreamplug.h
@@ -148,4 +148,6 @@ 
  */
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_OF_LIBFDT
+
 #endif /* _CONFIG_DREAMPLUG_H */