diff mbox

[U-Boot,04/11] zipitz2: enable libfdt

Message ID 1458524230-10827-4-git-send-email-anarsoul@gmail.com
State Accepted
Commit fa89b539e3fa4499fc474b6fa705f36714e26cbf
Delegated to: Tom Rini
Headers show

Commit Message

Vasily Khoruzhick March 21, 2016, 1:37 a.m. UTC
zipitz2 supports DT boot since linux-4.4 (not mainlined yet)

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
---
 include/configs/zipitz2.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Marek Vasut March 21, 2016, 1:48 a.m. UTC | #1
On 03/21/2016 02:37 AM, Vasily Khoruzhick wrote:
> zipitz2 supports DT boot since linux-4.4 (not mainlined yet)
> 
> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
> ---
>  include/configs/zipitz2.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h
> index 169eaf3..f69b52e 100644
> --- a/include/configs/zipitz2.h
> +++ b/include/configs/zipitz2.h
> @@ -47,6 +47,7 @@
>  #define	CONFIG_SETUP_MEMORY_TAGS
>  #define	CONFIG_SYS_TEXT_BASE		0x0
>  #define	CONFIG_LZMA			/* LZMA compression support */
> +#define	CONFIG_OF_LIBFDT

Also enable CONFIG_FIT and fold this into patch 01 .

>  /*
>   * Serial Console Configuration
>
Tom Rini March 27, 2016, 10:29 p.m. UTC | #2
On Sun, Mar 20, 2016 at 06:37:03PM -0700, Vasily Khoruzhick wrote:

> zipitz2 supports DT boot since linux-4.4 (not mainlined yet)
> 
> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h
index 169eaf3..f69b52e 100644
--- a/include/configs/zipitz2.h
+++ b/include/configs/zipitz2.h
@@ -47,6 +47,7 @@ 
 #define	CONFIG_SETUP_MEMORY_TAGS
 #define	CONFIG_SYS_TEXT_BASE		0x0
 #define	CONFIG_LZMA			/* LZMA compression support */
+#define	CONFIG_OF_LIBFDT
 
 /*
  * Serial Console Configuration