From 91663206635022bfcb30b92e8462a773c225a77a Mon Sep 17 00:00:00 2001 From: Matthias Welwarsky Date: Thu, 20 Oct 2016 17:15:00 +0200 Subject: [PATCH] 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 --- src/target/aarch64.c | 3 --- 1 file changed, 3 deletions(-) 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, }, -- 2.30.2