This is an automated email from Gerrit. Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3274
-- gerrit commit 7c19dee7f36cd7635b48e7f7a931bbfcf47b82a8 Author: Alamy Liu <[email protected]> Date: Wed Aug 12 15:16:28 2015 -0700 aarch64: fix words 'cortex-a' -> 'aarch64' Change-Id: I319514d1c30263fa549e40cd7434ae42a89c5a40 Signed-off-by: Alamy Liu <[email protected]> diff --git a/src/target/aarch64.c b/src/target/aarch64.c index 8f486d3..9c4b5cb 100644 --- a/src/target/aarch64.c +++ b/src/target/aarch64.c @@ -1628,7 +1628,7 @@ static int aarch64_remove_breakpoint(struct target *target, struct breakpoint *b } /* - * Cortex-A8 Reset functions + * AArch64 Reset functions */ static int aarch64_assert_reset(struct target *target) @@ -2571,9 +2571,9 @@ static const struct command_registration aarch64_command_handlers[] = { .chain = armv8_command_handlers, }, { - .name = "cortex_a", + .name = "aarch64", .mode = COMMAND_ANY, - .help = "Cortex-A command group", + .help = "AArch64 command group", .usage = "", .chain = aarch64_exec_command_handlers, }, -- ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
