9
0
Fork 0
barebox/arch/arm/boards/at91sam9x5ek/env/bin/init_board

16 lines
164 B
Bash

#!/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