]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Drop config_cmd_all.h
authorSimon Glass <sjg@chromium.org>
Fri, 4 Aug 2017 22:35:05 +0000 (16:35 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Aug 2017 21:44:53 +0000 (17:44 -0400)
This file does not include all commands and has not for a while. Let's
drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
README
include/config_cmd_all.h [deleted file]

diff --git a/README b/README
index cee87149d2bffc9fc0a935d34c4b66de4ae5a45a..1b1d7a1c3fe3cd39e1967e04352d4b6ae8d57f9f 100644 (file)
--- a/README
+++ b/README
@@ -757,11 +757,6 @@ The following options need to be configured:
                CONFIG_SYS_BAUDRATE_TABLE, see below.
 
 - Monitor Functions:
-               Monitor commands can be included or excluded
-               from the build by using the #include files
-               <config_cmd_all.h> and #undef'ing unwanted
-               commands, or adding #define's for wanted commands.
-
                The default command configuration includes all commands
                except those marked below with a "*".
 
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
deleted file mode 100644 (file)
index df88df4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright 2007 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public
- * License Version 2. This file is licensed "as is" without any
- * warranty of any kind, whether express or implied.
- */
-
-#ifndef _CONFIG_CMD_ALL_H
-#define _CONFIG_CMD_ALL_H
-
-/*
- * Alphabetical list of all possible commands.
- */
-
-#endif /* _CONFIG_CMD_ALL_H */