summaryrefslogtreecommitdiffstats
path: root/updater.sh
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-05-18 20:33:49 -0700
committerKoushik Dutta <koushd@gmail.com>2011-05-18 20:33:49 -0700
commit5283a35f48ea04f547011849ff1c5e9cb43dfba7 (patch)
tree107f59aa079e914a01fdddbbdbac77de4af2db16 /updater.sh
parentc455ba209c29f33c86d16326b9abf02037df568b (diff)
downloaddevice_samsung_aries-common-5283a35f48ea04f547011849ff1c5e9cb43dfba7.zip
device_samsung_aries-common-5283a35f48ea04f547011849ff1c5e9cb43dfba7.tar.gz
device_samsung_aries-common-5283a35f48ea04f547011849ff1c5e9cb43dfba7.tar.bz2
use the proper arguments for flash_image
Change-Id: I9cbb7bdafd0b1e24790f665d34aa493ecc27e4bc
Diffstat (limited to 'updater.sh')
-rw-r--r--updater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.sh b/updater.sh
index af49b45..eabbed6 100644
--- a/updater.sh
+++ b/updater.sh
@@ -49,7 +49,7 @@ if /tmp/busybox test -e /dev/block/bml7 ; then
fi
# write new kernel to boot partition
- /tmp/flash_image /tmp/boot.img /dev/block/bml7
+ /tmp/flash_image boot /tmp/boot.img
/sbin/reboot now
exit 0