diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 22:34:38 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 19:41:52 (GMT) |
commit | 6f62d7c4f7a2242a76e19b09dccca6f68776e788 (patch) | |
tree | b333194c8e26d76bf350f3ca5dcbca67b050902e /README | |
parent | 7f6665554a6e42af3c9f704de879705c1b20b56c (diff) | |
download | u-boot-fsl-qoriq-6f62d7c4f7a2242a76e19b09dccca6f68776e788.tar.xz |
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 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -814,7 +814,6 @@ The following options need to be configured: CONFIG_CMD_NFS NFS support CONFIG_CMD_PING * send ICMP ECHO_REQUEST to network host - CONFIG_CMD_PORTIO * Port I/O CONFIG_CMD_READ * Read raw data from partition CONFIG_CMD_REGINFO * Register dump CONFIG_CMD_RUN run command in env variable |