summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Huang <jim.huang@linaro.org>2011-04-27 11:06:37 +0800
committerJim Huang <jim.huang@linaro.org>2011-04-27 11:09:04 +0800
commit4b4b652e94196f0c008bd8943a4164bca834ae97 (patch)
treef36a1771db498a1f8e56e3cf1447e759da59a58e
parent7c73945d909225fd7e8a01e497acb4c6763fb240 (diff)
downloadpandaboard-4b4b652e94196f0c008bd8943a4164bca834ae97.tar.gz
init.omap4.sh: clean up unused comments
-rwxr-xr-xinit.omap4.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/init.omap4.sh b/init.omap4.sh
index c3908bd..ecd1aa8 100755
--- a/init.omap4.sh
+++ b/init.omap4.sh
@@ -1,19 +1,3 @@
#!/system/bin/sh
-# Detect the board type
-#while read c1 c2 c3;
-#do
-# case "$c3" in
-# "OMAP3 Devkit8000")
-# setprop ro.runtime.device devkit8000
-# ;;
-# "OMAP3 Beagle Board")
-# setprop ro.runtime.device beagleboard
-# ;;
-# *)
-# echo $c1 $c2 $c3;
-# ;;
-# esac
-#done < /proc/cpuinfo
-
setprop ro.runtime.device pandaboard