From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VqOFQ-0000Sn-Pe for barebox@lists.infradead.org; Tue, 10 Dec 2013 14:25:17 +0000 Date: Tue, 10 Dec 2013 15:24:52 +0100 From: Sascha Hauer Message-ID: <20131210142452.GY24559@pengutronix.de> References: <1385484367-15366-1-git-send-email-s.hauer@pengutronix.de> <1385484367-15366-5-git-send-email-s.hauer@pengutronix.de> <1386685332.3377.2.camel@lws-weitzel> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1386685332.3377.2.camel@lws-weitzel> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 04/17] ARM: am335x phytec phyCORE: Switch to devicetree probe support To: Jan Weitzel Cc: barebox@lists.infradead.org On Tue, Dec 10, 2013 at 03:22:12PM +0100, Jan Weitzel wrote: > Am Dienstag, den 26.11.2013, 17:45 +0100 schrieb Sascha Hauer: > > This switches the am335x Phytec phyCORE to devicetree probe support. > > For now we use a linked in dtb. > > > > Signed-off-by: Sascha Hauer > > --- > > arch/arm/boards/pcm051/Makefile | 2 +- > > arch/arm/boards/pcm051/board.c | 149 ++-------------------------------- > > arch/arm/boards/pcm051/mux.c | 65 --------------- > > arch/arm/boards/pcm051/mux.h | 4 - > > arch/arm/configs/pcm051_defconfig | 26 ++++-- > > arch/arm/configs/pcm051_mlo_defconfig | 8 +- > > 6 files changed, 32 insertions(+), 222 deletions(-) > > delete mode 100644 arch/arm/boards/pcm051/mux.c > > delete mode 100644 arch/arm/boards/pcm051/mux.h > > > > ... > > diff --git a/arch/arm/configs/pcm051_defconfig b/arch/arm/configs/pcm051_defconfig > > index 97e0940..e55ac47 100644 > > --- a/arch/arm/configs/pcm051_defconfig > > +++ b/arch/arm/configs/pcm051_defconfig > > @@ -1,16 +1,21 @@ > > +CONFIG_BUILTIN_DTB=y > > +CONFIG_BUILTIN_DTB_NAME="am335x-phytec-phycore" > > CONFIG_ARCH_OMAP=y > > -CONFIG_ARCH_AM33XX=y > > CONFIG_BAREBOX_UPDATE_AM33XX_SPI_NOR_MLO=y > > CONFIG_MACH_PCM051=y > > -CONFIG_OMAP_UART1=y > > -CONFIG_AEABI=y > > +CONFIG_THUMB2_BAREBOX=y > > Is there a reason to use thumb2 now? It generates smaller binaries. Does this cause trouble? Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox