aboutsummaryrefslogtreecommitdiff
path: root/dfu-kern
diff options
context:
space:
mode:
authorwarmcat <andy@warmcat.com>2008-11-19 17:09:28 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:28 +0000
commitc6add5b10e69851cfe992a177ff896e6eebd5929 (patch)
tree60bc05d8fd33716a4a6d098a74d8317ca527e4c9 /dfu-kern
parent26df63b430e79728b6c97c8ab2a78943cec9be70 (diff)
local-build-new-dfu-vid.patch
Update to new DFU VID for A5 Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'dfu-kern')
-rwxr-xr-xdfu-kern6
1 files changed, 3 insertions, 3 deletions
diff --git a/dfu-kern b/dfu-kern
index 990abdd8976..b7ed2c36c57 100755
--- a/dfu-kern
+++ b/dfu-kern
@@ -1,8 +1,8 @@
#!/bin/bash
-../../dfu-util/src/dfu-util -a 3 -d 0x1457:0x5119 -D uImage.bin
+../../dfu-util/src/dfu-util -a 3 -d 0x1d50:0x5119 -D uImage.bin
if [ $? -eq 1 ] ; then
-../../dfu-util/src/dfu-util -a 3 -d 0x1457:0x5120 -D uImage.bin
-../../dfu-util/src/dfu-util -a 3 -d 0x1457:0x5119 -D uImage.bin
+../../dfu-util/src/dfu-util -a 3 -d 0x1d50:0x5120 -D uImage.bin
+../../dfu-util/src/dfu-util -a 3 -d 0x1d50:0x5119 -D uImage.bin
fi