summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-imx6
diff options
context:
space:
mode:
authorMatthias Rabe <matthias.rabe@sigma-chemnitz.de>2017-08-25 20:01:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-04-16 09:58:06 +0200
commitc8bd31ab896da9ffaee48b366650bfa67cb9249b (patch)
tree13ea00a2937f6c5d1fb37d93f3d4df9dbc2966f4 /arch/arm/boards/phytec-som-imx6
parent6f4837e665dffe855c478dee50a9fc8894d8dba7 (diff)
downloadbarebox-c8bd31ab896da9ffaee48b366650bfa67cb9249b.tar.gz
barebox-c8bd31ab896da9ffaee48b366650bfa67cb9249b.tar.xz
ARM: i.MX: phytec-som-imx: env: add boot script for emmc
add bootscript for emmc boot Signed-off-by: Matthias Rabe <matthias.rabe@sigma-chemnitz.de> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Diffstat (limited to 'arch/arm/boards/phytec-som-imx6')
-rw-r--r--arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/emmc5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/emmc b/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/emmc
new file mode 100644
index 0000000000..83924df5d7
--- /dev/null
+++ b/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/emmc
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+global.bootm.image="/mnt/mmc3/linuximage"
+global.bootm.oftree="/mnt/mmc3/oftree"
+global.linux.bootargs.dyn.root="root=/dev/mmcblk3p2 rootwait rw"