Newer
Older
barebox / arch / arm / boards / zii-imx8mq-dev / defaultenv-imx8mq-zii-dev / boot / rdu-default
#!/bin/sh

if [ "$bootsource_instance" = "0" ]; then
	boot mmc0
else
	boot mmc1
fi