From: Matthias Welwarsky Date: Thu, 20 Oct 2016 15:15:00 +0000 (+0200) Subject: aarch64: remove arm command chain from aarch64 target commands X-Git-Tag: v0.11.0-rc1~1459 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=91663206635022bfcb30b92e8462a773c225a77a aarch64: remove arm command chain from aarch64 target commands arm commands are mostly unusable anyway, remove them. to be replaced by aarch64 specific commands later Change-Id: Ie994771bc0e86cff1c26f68f1f51ce8ec352a509 Signed-off-by: Matthias Welwarsky --- diff --git a/src/target/aarch64.c b/src/target/aarch64.c index f0ac32c12a..487173886f 100644 --- a/src/target/aarch64.c +++ b/src/target/aarch64.c @@ -2125,9 +2125,6 @@ static const struct command_registration aarch64_exec_command_handlers[] = { COMMAND_REGISTRATION_DONE }; static const struct command_registration aarch64_command_handlers[] = { - { - .chain = arm_command_handlers, - }, { .chain = armv8_command_handlers, },