From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 28 Apr 2011 14:51:44 +0200 Subject: [U-Boot] [PATCH 6/6] Add CONFIG_OF_LIBFDT to more boards. In-Reply-To: <20110328195906.10235.68517.stgit@ponder> References: <20110328195231.10235.36716.stgit@ponder> <20110328195906.10235.68517.stgit@ponder> Message-ID: <4DB962E0.3000209@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Grant, Le 28/03/2011 21:59, Grant Likely a ?crit : > From: Grant Likely > > The following boards gain device tree support with this patch: > > ca9x4_ct_vxp - Versatile Express > > i.mx5 boards: > efikamx > mx51evk > mx53evk > > OMAP boards: > devkit8000 > igep0020 > igep0030 > omap3_overo > omap3_pandora > omap4_sdp3430 > omap3_zoom1 > omap3_zoom2 > omap4_panda > omap4_sdp4430 > > Tegra boards: > Harmony > > Signed-off-by: Grant Likely > --- > include/configs/ca9x4_ct_vxp.h | 2 ++ > include/configs/devkit8000.h | 2 ++ > include/configs/efikamx.h | 2 ++ > include/configs/igep0020.h | 2 ++ > include/configs/igep0030.h | 2 ++ > include/configs/mx51evk.h | 2 ++ > include/configs/mx53evk.h | 2 ++ > include/configs/omap3_overo.h | 2 ++ > include/configs/omap3_pandora.h | 2 ++ > include/configs/omap3_sdp3430.h | 2 ++ > include/configs/omap3_zoom1.h | 2 ++ > include/configs/omap3_zoom2.h | 2 ++ > include/configs/omap4_panda.h | 2 ++ > include/configs/omap4_sdp4430.h | 2 ++ > include/configs/tegra2-common.h | 1 + > 15 files changed, 29 insertions(+), 0 deletions(-) Applied to u-boot-arm/master, thanks. Amicalement, -- Albert.