From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1f6Wgh-0007wz-5L for barebox@lists.infradead.org; Thu, 12 Apr 2018 07:30:38 +0000 From: Sascha Hauer Date: Thu, 12 Apr 2018 09:30:07 +0200 Message-Id: <20180412073017.6750-7-s.hauer@pengutronix.de> In-Reply-To: <20180412073017.6750-1-s.hauer@pengutronix.de> References: <20180412073017.6750-1-s.hauer@pengutronix.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 06/16] ARM: i.MX: phytec-som-imx6: add boot device emmc To: Barebox List Cc: Stefan Christ , Stefan Riedmueller From: Stefan Christ Add boot file 'emmc' for phyCORE-i.MX6. Signed-off-by: Stefan Christ Signed-off-by: Stefan Riedmueller Signed-off-by: Christian Hemp --- .../boards/phytec-som-imx6/defaultenv-physom-imx6-phycore/boot/emmc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6-phycore/boot/emmc diff --git a/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6-phycore/boot/emmc b/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6-phycore/boot/emmc new file mode 100644 index 0000000000..7ba1d0d0cf --- /dev/null +++ b/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6-phycore/boot/emmc @@ -0,0 +1,5 @@ +#!/bin/sh + +global.bootm.image="/mnt/emmc/zImage" +global.bootm.oftree="/mnt/emmc/oftree" +global.linux.bootargs.dyn.root="root=/dev/mmcblk1p2 rootwait rw" -- 2.16.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox