summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-rk3288/defaultenv-physom-rk3288/boot/emmc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-09-13 14:56:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-09-13 14:56:05 +0200
commit0e1892b2e9348a94f58d1a4518e931c8ba46843e (patch)
tree46e8d250a917c5663aa5105b68408432bd4ff096 /arch/arm/boards/phytec-som-rk3288/defaultenv-physom-rk3288/boot/emmc
parentdd534571bdabeea50e32399b7661b3204275e724 (diff)
parentff694ddc5105693253aef413eca077e36026e96d (diff)
downloadbarebox-0e1892b2e9348a94f58d1a4518e931c8ba46843e.tar.gz
barebox-0e1892b2e9348a94f58d1a4518e931c8ba46843e.tar.xz
Merge branch 'for-next/rockchip'
Diffstat (limited to 'arch/arm/boards/phytec-som-rk3288/defaultenv-physom-rk3288/boot/emmc')
-rw-r--r--arch/arm/boards/phytec-som-rk3288/defaultenv-physom-rk3288/boot/emmc6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boards/phytec-som-rk3288/defaultenv-physom-rk3288/boot/emmc b/arch/arm/boards/phytec-som-rk3288/defaultenv-physom-rk3288/boot/emmc
new file mode 100644
index 0000000000..731b07f604
--- /dev/null
+++ b/arch/arm/boards/phytec-som-rk3288/defaultenv-physom-rk3288/boot/emmc
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+global.bootm.image=/mnt/emmc/linuximage
+global.bootm.oftree=/mnt/emmc/oftree
+
+global.linux.bootargs.dyn.root="root=/dev/mmcblk0p2 rw rootwait"