
5 Aug
2017
5 Aug
'17
11:54 a.m.
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
Changes in v2:
- Drop mention of this from several other places
- Move CMD_PORTIO changes in from the CMD_READ patch
README | 1 - cmd/Makefile | 1 - cmd/portio.c | 145 ------------------------------------------- include/command.h | 9 ++- include/config_cmd_all.h | 1 - scripts/config_whitelist.txt | 1 - 6 files changed, 4 insertions(+), 154 deletions(-) delete mode 100644 cmd/portio.c
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com