Newer
Older
barebox / arch / arm / boards / sama5d3xek / env / bin / init_board
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 31 Jan 2013 164 bytes sama5d3xek: 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