Newer
Older
barebox / arch / arm / boards / at91sam9x5ek / env / bin / init_board
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 31 Jan 2013 164 bytes at91sam9x5ek: add lcd support
#!/bin/sh

PATH=/env/bin
export PATH

. /env/config

splash=/env/splash.png

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

exit 1