Pandaboard: Google moved binary gfx drivers to different URL

For updated download links, visit:
https://developers.google.com/android/nexus/drivers#panda

Also they've added driver for newer kernel, tagged 20120807-c4e99e89

Change-Id: Icc671d43c837ae11e9fffb8d24ef5f9aa9f06549
Signed-off-by: Sergii Pylypenko <x.pelya.x@gmail.com>
diff --git a/install-binaries-4.0.3.sh b/install-binaries-4.0.3.sh
index 4d03e7f..e7bc8f8 100755
--- a/install-binaries-4.0.3.sh
+++ b/install-binaries-4.0.3.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DL_URL='https://dl.google.com/dl/android/aosp/imgtec-panda-iml74k-cfb7bdad.tgz'
+DL_URL='https://dl.google.com/dl/android/aosp/imgtec-panda-20111216-cfb7bdad.tgz'
 
 err_handle() {
   echo "Error, please try again"
diff --git a/install-binaries-4.0.4.sh b/install-binaries-4.0.4.sh
index d693700..6d340ee 100755
--- a/install-binaries-4.0.4.sh
+++ b/install-binaries-4.0.4.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DL_URL='https://dl.google.com/dl/android/aosp/imgtec-panda-imm76i-67545da7.tgz'
+DL_URL='https://dl.google.com/dl/android/aosp/imgtec-panda-20120430-67545da7.tgz'
 if [ -e "$(realpath $(dirname $0))/`basename $DL_URL`" ]; then
 	DL_URL="$(realpath $(dirname $0))/`basename $DL_URL`"
 fi