Newer
Older
barebox / arch / arm / boards / phytec-phycore-imx27 / defaultenv-pcm038 / boot / nor
#!/bin/sh

if [ "$1" = menu ]; then
	boot-menu-add-entry "$0" "nor"
	exit
fi

global.bootm.image="/dev/nor0.kernel"
global.linux.bootargs.dyn.root="root=/dev/mtdblock3 ro"