Skip to content

Commit

Permalink
boards: intel_s1000: Fix runner invocation
Browse files Browse the repository at this point in the history
Fix the runner invocation for intel_s1000 board by getting
rid of board-dir, gdb and kernel-elf parameters.

Signed-off-by: Rajavardhan Gundi <[email protected]>
  • Loading branch information
rgundi authored and nashif committed Jun 1, 2018
1 parent 420bfc1 commit 90e0008
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions boards/common/intel_s1000_crb.board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ set(BOARD_FLASH_RUNNER intel_s1000)
set(BOARD_DEBUG_RUNNER intel_s1000)

board_finalize_runner_args(intel_s1000
"--board-dir=${ZEPHYR_BASE}/boards/xtensa/intel_s1000_crb/"
"--xt-ocd-dir=/opt/Tensilica/xocd-12.0.4/xt-ocd"
"--ocd-topology=topology_dsp0_flyswatter2.xml"
"--ocd-jtag-instr=dsp0_gdb.txt"
"--gdb-flash-file=load_elf.txt"
"--gdb=${TOOLCHAIN_HOME}/bin/xt-gdb"
"--kernel-elf=zephyr/zephyr.elf"
)

0 comments on commit 90e0008

Please sign in to comment.