[U-Boot] [PATCH 40/41] Drop config_cmd_all.h

Simon Glass sjg at chromium.org
Fri Jul 21 23:11:39 UTC 2017


This file does not include all commands and has not for a while. Let's
drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 README                   |  5 -----
 include/config_cmd_all.h | 19 -------------------
 2 files changed, 24 deletions(-)
 delete mode 100644 include/config_cmd_all.h

diff --git a/README b/README
index 7217037203..63742b92b4 100644
--- 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
index 7e23abfcd8..0000000000
--- a/include/config_cmd_all.h
+++ /dev/null
@@ -1,19 +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.
- */
-
-#define CONFIG_CMD_NAND		/* NAND support			*/
-#define CONFIG_CMD_UBIFS	/* UBIFS Support		*/
-
-#endif	/* _CONFIG_CMD_ALL_H */
-- 
2.14.0.rc0.284.gd933b75aa4-goog



More information about the U-Boot mailing list