Newer
Older
barebox / arch / arm / boards / phytec-som-imx6 / defaultenv-physom-imx6 / boot / nand
#!/bin/sh

[ ! -e /dev/nand0.root.ubi ] && ubiattach /dev/nand0.root

if [ -e /dev/nand0.root.ubi.system ]; then
	# configure here the android specific stuff
	global linux.bootargs.sec="selinux=0 enforcing=0"
fi

global.bootm.image="/dev/nand0.root.ubi.kernel"
global.bootm.oftree="/dev/nand0.root.ubi.oftree"
global.linux.bootargs.dyn.root="root=ubi0:root ubi.mtd=root rootfstype=ubifs rw"