From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.phycard.de ([217.6.246.34] helo=root.phytec.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WksAP-0005Z3-T9 for barebox@lists.infradead.org; Thu, 15 May 2014 09:41:35 +0000 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id 8B8E5BF0F5 for ; Thu, 15 May 2014 11:41:08 +0200 (CEST) From: Wadim Egorov Date: Thu, 15 May 2014 11:41:08 +0200 Message-Id: <1400146868-17820-2-git-send-email-w.egorov@phytec.de> In-Reply-To: <1400146868-17820-1-git-send-email-w.egorov@phytec.de> References: <1400146868-17820-1-git-send-email-w.egorov@phytec.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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: [PATCH v2 4/4] phycore-am335x: Added bbu nand xloadslots handler To: barebox@lists.infradead.org Added bbu nand xloadslots handler to phycore-am335x. Signed-off-by: Wadim Egorov --- v2: - changed method to pass device files --- arch/arm/boards/phytec-phycore-am335x/board.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/boards/phytec-phycore-am335x/board.c b/arch/arm/boards/phytec-phycore-am335x/board.c index 59de42b..76782d4 100644 --- a/arch/arm/boards/phytec-phycore-am335x/board.c +++ b/arch/arm/boards/phytec-phycore-am335x/board.c @@ -48,6 +48,13 @@ static struct omap_barebox_part pcm051_barebox_part = { .nor_size = SZ_512K, }; +char *xloadslots[] = { + "/dev/nand0.xload.bb", + "/dev/nand0.xload_backup1.bb", + "/dev/nand0.xload_backup2.bb", + "/dev/nand0.xload_backup3.bb" +}; + static int pcm051_devices_init(void) { if (!of_machine_is_compatible("phytec,pcm051")) @@ -69,6 +76,8 @@ static int pcm051_devices_init(void) armlinux_set_architecture(MACH_TYPE_PCM051); am33xx_bbu_spi_nor_mlo_register_handler("MLO.spi", "/dev/m25p0.xload"); + am33xx_bbu_nand_xloadslots_register_handler("xloadslots", + xloadslots, ARRAY_SIZE(xloadslots)); return 0; } -- 1.7.0.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox