From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 15 May 2015 09:02:34 +0200 Subject: [U-Boot] [PATCH v2 3/4] mv-common.h: Include support for device trees In-Reply-To: <1431559000-21544-4-git-send-email-kevin.smith@elecsyscorp.com> References: <1431559000-21544-1-git-send-email-kevin.smith@elecsyscorp.com> <1431559000-21544-4-git-send-email-kevin.smith@elecsyscorp.com> Message-ID: <55559A0A.6080803@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 14.05.2015 01:17, Kevin Smith wrote: > Signed-off-by: Kevin Smith > --- > 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..03518b0 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 1 /* Device tree support */ To enable this option, no value is needed. So #define CONFIG_OF_LIBFDT /* Device tree support */ should do as well and is preferred. Acked-by: Stefan Roese Thanks, Stefan