summaryrefslogtreecommitdiff
path: root/board/boundarydevices
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2015-10-19 17:02:32 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-19 22:33:36 +0200
commit2367a9966185af44efe6baa0cc68bb4989c0901c (patch)
tree1f05b7f50165c220abd9cffee6529fd76309db20 /board/boundarydevices
parent1b42aebc3e8c425b1b9aa1bff30615c5e23b1a9c (diff)
board/boundarydevices: update 6x_bootscript to use zImage
As suggested by Thomas: http://lists.busybox.net/pipermail/buildroot/2015-September/139884.html Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/boundarydevices')
-rw-r--r--board/boundarydevices/nitrogen6x/6x_bootscript.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/boundarydevices/nitrogen6x/6x_bootscript.txt b/board/boundarydevices/nitrogen6x/6x_bootscript.txt
index 694a9b6dc..4a9be0b29 100644
--- a/board/boundarydevices/nitrogen6x/6x_bootscript.txt
+++ b/board/boundarydevices/nitrogen6x/6x_bootscript.txt
@@ -1,7 +1,7 @@
setenv bootargs ''
a_script=0x10800000
-a_uImage=0x10800000
+a_zImage=0x10800000
a_fdt=0x13000000
setenv initrd_high 0xffffffff
@@ -20,7 +20,7 @@ if itest.s "x" == "x${dtbname}" ; then
dtbname=imx6sx-${board}-m4.dtb;
fi
a_script=0x80800000
- a_uImage=0x80800000
+ a_zImage=0x80800000
a_fdt=0x83000000
else
dtbname=imx6q-${board}.dtb;
@@ -125,7 +125,7 @@ if itest.s "x" != "x${show_env}" ; then
printenv
fi
-if load ${dtype} ${disk}:${bootpart} ${a_uImage} ${bootdir}/uImage ; then
- bootm ${a_uImage} - ${a_fdt}
+if load ${dtype} ${disk}:${bootpart} ${a_zImage} ${bootdir}/zImage ; then
+ bootz ${a_zImage} - ${a_fdt}
fi
echo "Error loading kernel image"