summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Winkler <robert.winkler@boundarydevices.com>2013-06-17 13:30:41 -0700
committerRobert Winkler <robert.winkler@boundarydevices.com>2013-06-17 13:30:41 -0700
commitae3b0285e741b819a36ddef3ed271dac27993d40 (patch)
tree3a0dc90296a8bef828d3dfba603a81048d64b959
parentdafa73421665e5c9fb824d7ef3150a37b42140e5 (diff)
6x_bootscript_android: force hardware=freescale
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r--board/boundary/nit6xlite/6x_bootscript_android.txt2
-rw-r--r--board/boundary/nitrogen6x/6x_bootscript_android.txt2
-rw-r--r--board/boundary/oc/6x_bootscript_android.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/board/boundary/nit6xlite/6x_bootscript_android.txt b/board/boundary/nit6xlite/6x_bootscript_android.txt
index ea667e463f..6c741595c1 100644
--- a/board/boundary/nit6xlite/6x_bootscript_android.txt
+++ b/board/boundary/nit6xlite/6x_bootscript_android.txt
@@ -82,7 +82,7 @@ while test "3" -ne $nextcon ; do
setexpr nextcon $nextcon + 1 ;
done
-setenv bootargs $bootargs $fbmem
+setenv bootargs $bootargs $fbmem androidboot.hardware=freescale
${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img && bootm 10800000 12800000
echo "Error loading kernel image"
diff --git a/board/boundary/nitrogen6x/6x_bootscript_android.txt b/board/boundary/nitrogen6x/6x_bootscript_android.txt
index acc6de0f89..6e67dadce8 100644
--- a/board/boundary/nitrogen6x/6x_bootscript_android.txt
+++ b/board/boundary/nitrogen6x/6x_bootscript_android.txt
@@ -56,6 +56,6 @@ while test "3" -ne $nextcon ; do
setexpr nextcon $nextcon + 1 ;
done
-setenv bootargs $bootargs $fbmem
+setenv bootargs $bootargs $fbmem androidboot.hardware=freescale
${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img && bootm 10800000 12800000
echo "Error loading kernel image"
diff --git a/board/boundary/oc/6x_bootscript_android.txt b/board/boundary/oc/6x_bootscript_android.txt
index b24e76b140..438da8c751 100644
--- a/board/boundary/oc/6x_bootscript_android.txt
+++ b/board/boundary/oc/6x_bootscript_android.txt
@@ -28,7 +28,7 @@ while test "3" -ne $nextcon ; do
setexpr nextcon $nextcon + 1 ;
done
-setenv bootargs $bootargs $fbmem
+setenv bootargs $bootargs $fbmem androidboot.hardware=freescale
${fs}load ${dtype} ${disk}:1 10800000 uImage
&& ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img
&& bootm 10800000 12800000