From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 21 Mar 2016 02:48:34 +0100 Subject: [U-Boot] [PATCH 04/11] zipitz2: enable libfdt In-Reply-To: <1458524230-10827-4-git-send-email-anarsoul@gmail.com> References: <1458524230-10827-1-git-send-email-anarsoul@gmail.com> <1458524230-10827-4-git-send-email-anarsoul@gmail.com> Message-ID: <56EF52F2.8090405@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 > -- Best regards, Marek Vasut