summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/mmc
blob: df874f0a38e9bea2d04fe239e2099990e35b1436 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ -f /mnt/mmc/android ]; then
	# configure here the android specific stuff
	global linux.bootargs.sec="selinux=0 enforcing=0"
fi

global.bootm.image="/mnt/mmc/linuximage"
global.bootm.oftree="/mnt/mmc/oftree"
global.linux.bootargs.dyn.root="root=/dev/mmcblk0p2 rootwait rw"