Newer
Older
barebox / arch / arm / boards / at91sam9m10ihd / env / init / splash
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 28 Jan 2013 114 bytes at91sam9m10ihd: add lcd support
#!/bin/sh

splash=/env/splash.png

if [ -f ${splash} -a -e /dev/fb0 ]; then
	splash -o ${splash}
	fb0.enable=1
fi