summaryrefslogtreecommitdiff
path: root/baseboard/nucleo-h743zi/openocd-flash.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/nucleo-h743zi/openocd-flash.cfg')
-rw-r--r--baseboard/nucleo-h743zi/openocd-flash.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/baseboard/nucleo-h743zi/openocd-flash.cfg b/baseboard/nucleo-h743zi/openocd-flash.cfg
deleted file mode 100644
index 4517266d7b..0000000000
--- a/baseboard/nucleo-h743zi/openocd-flash.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2019 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source [find board/st_nucleo_h743zi.cfg]
-
-gdb_port 0
-tcl_port 0
-telnet_port 0
-init
-reset halt
-flash write_image erase $BUILD_DIR/ec.bin 0x08000000
-reset
-shutdown