aboutsummaryrefslogtreecommitdiff
path: root/include/config_cmd_all.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 16:34:38 -0600
committerTom Rini <trini@konsulko.com>2017-08-11 15:41:52 -0400
commit6f62d7c4f7a2242a76e19b09dccca6f68776e788 (patch)
treeb333194c8e26d76bf350f3ca5dcbca67b050902e /include/config_cmd_all.h
parent7f6665554a6e42af3c9f704de879705c1b20b56c (diff)
downloadu-boot-6f62d7c4f7a2242a76e19b09dccca6f68776e788.zip
u-boot-6f62d7c4f7a2242a76e19b09dccca6f68776e788.tar.gz
u-boot-6f62d7c4f7a2242a76e19b09dccca6f68776e788.tar.bz2
Kconfig: Drop CONFIG_CMD_PORTIO and associated command
This command is not used by any board. It also looks quite similar to the 'iod' and 'iow' commands which use the correct I/O macros. 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>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r--include/config_cmd_all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index a008bac..35a6a52 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -13,7 +13,6 @@
* Alphabetical list of all possible commands.
*/
-#define CONFIG_CMD_PORTIO /* Port I/O */
#define CONFIG_CMD_REGINFO /* Register dump */
#define CONFIG_CMD_REISER /* Reiserfs support */
#define CONFIG_CMD_READ /* Read data from partition */