summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91sam9n12ek
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-16 15:40:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-21 08:44:49 +0200
commitbe8ef22b5f403af78c7036502f6c15f643839edf (patch)
treee0fb796cd1db432587d2355f22c0cfa12bee6974 /arch/arm/boards/at91sam9n12ek
parent9451a44433577363f9b0a91bd656aecb51c76e8f (diff)
downloadbarebox-be8ef22b5f403af78c7036502f6c15f643839edf.tar.gz
barebox-be8ef22b5f403af78c7036502f6c15f643839edf.tar.xz
env: Remove bogus USB vendor/product ids
Many boards use a USB vendor id of 0x4321. This doesn't exist and shouldn't be used. Remove this and also the bogus product id of 0x1234. The boards will use the barebox default vendor/product id then. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/at91sam9n12ek')
-rw-r--r--arch/arm/boards/at91sam9n12ek/env/bin/init_board5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/boards/at91sam9n12ek/env/bin/init_board b/arch/arm/boards/at91sam9n12ek/env/bin/init_board
index b41b63847d..6b44044f17 100644
--- a/arch/arm/boards/at91sam9n12ek/env/bin/init_board
+++ b/arch/arm/boards/at91sam9n12ek/env/bin/init_board
@@ -10,9 +10,6 @@ fi
button_name="dfu_bp"
button_wait=5
-product_id=0x1234
-vendor_id=0x4321
-
dfu_config="/dev/nand0.barebox.bb(barebox)sr,/dev/nand0.kernel.bb(kernel)r,/dev/nand0.rootfs.bb(rootfs)r"
if [ $at91_udc0.vbus != 1 ]
@@ -54,4 +51,4 @@ echo "Start DFU Mode"
echo ""
led ds5 1
-dfu ${dfu_config} -P ${product_id} -V ${vendor_id}
+dfu ${dfu_config}