commit | 0ae023d5fc9e2fcd5c2ab8507805a63589ebf428 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Aug 04 16:34:38 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 11 15:41:52 2017 -0400 |
tree | b333194c8e26d76bf350f3ca5dcbca67b050902e | |
parent | d677bef96acabb48f482d451dbbcb2adae8dbe3a [diff] |
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>