summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycore-omap4460/defaultenv-phytec-phycore-omap4460/bin/init_board
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/phytec-phycore-omap4460/defaultenv-phytec-phycore-omap4460/bin/init_board')
-rw-r--r--arch/arm/boards/phytec-phycore-omap4460/defaultenv-phytec-phycore-omap4460/bin/init_board23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boards/phytec-phycore-omap4460/defaultenv-phytec-phycore-omap4460/bin/init_board b/arch/arm/boards/phytec-phycore-omap4460/defaultenv-phytec-phycore-omap4460/bin/init_board
new file mode 100644
index 0000000000..d5142ee8d0
--- /dev/null
+++ b/arch/arm/boards/phytec-phycore-omap4460/defaultenv-phytec-phycore-omap4460/bin/init_board
@@ -0,0 +1,23 @@
+#!/bin/sh
+global displayargs
+. /env/config
+
+if [ -z $display ]; then
+ echo "no display configured"
+ exit 0
+fi
+
+if [ $display = dvi ]; then
+ global.displayargs="omapdss.def_disp=dvi omapfb.mode=dvi:$dvi_resolution"
+ exit 0
+fi
+
+# Display a splash screen
+
+if [ -e /dev/fb0 ]; then
+ fb0.mode_name=$display
+ splash /dev/nand0.splash.bb
+ fb0.enable=1
+fi
+
+global.displayargs="panel_generic_dpi.name=$display"