summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2012-12-08 16:42:52 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2012-12-08 16:45:56 -0700
commit8d1021bc0e3dca505c7b3b6f40face96d87e7025 (patch)
treea0719d6301c63e045d60c53309ec3608ec2bdb88
parentd6b05d35b8b29392e71fdd8fa43d5cb8bd4fe276 (diff)
6x_bootscript_android: remove recovery partition reference
-rw-r--r--board/boundary/nitrogen6x/6x_bootscript_android.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/boundary/nitrogen6x/6x_bootscript_android.txt b/board/boundary/nitrogen6x/6x_bootscript_android.txt
index 1333372b06..7ade2e5185 100644
--- a/board/boundary/nitrogen6x/6x_bootscript_android.txt
+++ b/board/boundary/nitrogen6x/6x_bootscript_android.txt
@@ -60,5 +60,5 @@ while test "3" -ne $nextcon ; do
done
setenv bootargs $bootargs fbcon=$fbcon
-${fs}load ${dtype} ${disk}:2 10800000 uImage && ${fs}load ${dtype} ${disk}:2 12800000 uramdisk.img && bootm 10800000 12800000; echo "Error loading kernel image"
+${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img && bootm 10800000 12800000; echo "Error loading kernel image"