summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91sam9m10ihd/env/init/splash
blob: 18e74dfcc93362347d44ec31c67547c518fd04f8 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

splash=/env/splash.png

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