summaryrefslogtreecommitdiff
path: root/avr/cmd_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/cmd_help.c')
-rw-r--r--avr/cmd_help.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/avr/cmd_help.c b/avr/cmd_help.c
deleted file mode 100644
index 4a52f5e..0000000
--- a/avr/cmd_help.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
- *
- * Copyright 2000-2009
- * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier: GPL-2.0
- */
-
-#include "common.h"
-#include "command.h"
-
-command_ret_t do_help(cmd_tbl_t *cmdtp, uint_fast8_t flag, int argc, char * const argv[])
-{
- return _do_help(cmd_tbl, cmdtp, flag, argc, argv);
-}