From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 26 Jun 2015 13:56:24 +0200 Subject: [U-Boot] [PATCH v3 3/4] mv-common.h: Include support for device trees In-Reply-To: <1431965346-10412-4-git-send-email-kevin.smith@elecsyscorp.com> References: <1431965346-10412-1-git-send-email-kevin.smith@elecsyscorp.com> <1431965346-10412-4-git-send-email-kevin.smith@elecsyscorp.com> Message-ID: <558D3DE8.5070304@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 Hi Luka, On 18.05.2015 18:09, Kevin Smith wrote: > Signed-off-by: Kevin Smith > Acked-by: Stefan Roese > --- > 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