Newer
Older
barebox / arch / arm / boards / phytec-som-imx6 / defaultenv-physom-imx6 / boot / mmc
#!/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"