summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/mmc
blob: 3e175122dd6ac0f78051d24e0b20b798295a6431 (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/zImage"
global.bootm.oftree="/mnt/mmc/oftree"
global.linux.bootargs.dyn.root="root=/dev/mmcblk0p2 rootwait rw"