summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Christ <s.christ@phytec.de>2018-02-23 14:00:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-04-16 09:58:07 +0200
commitb343d6d2bac85a37c0b117c03367591df499fc72 (patch)
tree476c5188bb3702f766059051d7e269bf0c0e9ce5
parent4557357513d61eae8baf42e50c219f6411e49a0c (diff)
downloadbarebox-b343d6d2bac85a37c0b117c03367591df499fc72.tar.gz
barebox-b343d6d2bac85a37c0b117c03367591df499fc72.tar.xz
ARM: i.MX: phytec-som-imx6: add boot device emmc
Add boot file 'emmc' for phyCORE-i.MX6. Signed-off-by: Stefan Christ <s.christ@phytec.de> Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
-rw-r--r--arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6-phycore/boot/emmc5
1 files changed, 5 insertions, 0 deletions
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"