diff mbox

[U-Boot,v3,3/4] mv-common.h: Include support for device trees

Message ID 1431965346-10412-4-git-send-email-kevin.smith@elecsyscorp.com
State Accepted
Delegated to: Stefan Roese
Headers show

Commit Message

Kevin Smith May 18, 2015, 4:09 p.m. UTC
Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Acked-by: Stefan Roese <sr@denx.de>
---
 include/configs/mv-common.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Roese June 26, 2015, 11:56 a.m. UTC | #1
Hi Luka,

On 18.05.2015 18:09, Kevin Smith wrote:
> Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
> Acked-by: Stefan Roese <sr@denx.de>
> ---
>   include/configs/mv-common.h | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
> index 51436da..4039b71 100644
> --- a/include/configs/mv-common.h
> +++ b/include/configs/mv-common.h
> @@ -59,6 +59,8 @@
>   #define CONFIG_BOOTDELAY	3	/* default enable autoboot */
>   #define CONFIG_PREBOOT
>
> +#define CONFIG_OF_LIBFDT		/* Device tree support */
> +
>   /*
>    * For booting Linux, the board info and command line data
>    * have to be in the first 8 MB of memory, since this is
>

I just noticed that you didn't add this patch (and "[PATCH v3 4/4] 
db-88f6820-gp.h: Load data blobs into lower memory") in your last pull 
request. Could you please queue those 2 patches for your next pull request?

Thanks,
Stefan
Luka Perkov June 28, 2015, 4 p.m. UTC | #2
Hi Stefan,

On Fri, Jun 26, 2015 at 01:56:24PM +0200, Stefan Roese wrote:
> On 18.05.2015 18:09, Kevin Smith wrote:
> >Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
> >Acked-by: Stefan Roese <sr@denx.de>
> >---
> >  include/configs/mv-common.h | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> >diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
> >index 51436da..4039b71 100644
> >--- a/include/configs/mv-common.h
> >+++ b/include/configs/mv-common.h
> >@@ -59,6 +59,8 @@
> >  #define CONFIG_BOOTDELAY	3	/* default enable autoboot */
> >  #define CONFIG_PREBOOT
> >
> >+#define CONFIG_OF_LIBFDT		/* Device tree support */
> >+
> >  /*
> >   * For booting Linux, the board info and command line data
> >   * have to be in the first 8 MB of memory, since this is
> >
> 
> I just noticed that you didn't add this patch (and "[PATCH v3 4/4]
> db-88f6820-gp.h: Load data blobs into lower memory") in your last pull
> request. Could you please queue those 2 patches for your next pull request?

I just sent a pull request for those. I must have missed them for some
reason. Thank you for the pointer.

When this gets merged we can start dropping CONFIG_OF_LIBFDT from
Marvell boards which include mv-common.h.

Regards,
Luka
diff mbox

Patch

diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index 51436da..4039b71 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -59,6 +59,8 @@ 
 #define CONFIG_BOOTDELAY	3	/* default enable autoboot */
 #define CONFIG_PREBOOT
 
+#define CONFIG_OF_LIBFDT		/* Device tree support */
+
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 8 MB of memory, since this is