summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-rk3288/defaultenv-physom-rk3288/boot/emmc
diff options
context:
space:
mode:
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"