Newer
Older
barebox / arch / arm / boards / karo-tx25 / env / bin / init_board
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 12 Sep 2012 90 bytes bmp: rename it to splash

if [ -e /dev/fb0 -a -e /env/splash.bmp ]; then
	splash /env/splash.bmp
	fb0.enable=1
fi