summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/zii-imx6q-rdu2/defaultenv-rdu2/boot/rdu-default
blob: f391d91eba4cecf42fd2639d03118a8b3fddd232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

backlight0.brightness=0
if [ "$bootsource" = "spi-nor" ]; then
	boot mmc1
else
	detect mmc3
	if [ "$mmc3.boot" = "boot0" ]; then
		boot mmc3.0
	else
		boot mmc3.1
	fi
fi