]> Git Repo - J-u-boot.git/commit
Kconfig: Drop CONFIG_CMD_PORTIO and associated command
authorSimon Glass <[email protected]>
Fri, 4 Aug 2017 22:34:38 +0000 (16:34 -0600)
committerTom Rini <[email protected]>
Fri, 11 Aug 2017 19:41:52 +0000 (15:41 -0400)
commit6f62d7c4f7a2242a76e19b09dccca6f68776e788
treeb333194c8e26d76bf350f3ca5dcbca67b050902e
parent7f6665554a6e42af3c9f704de879705c1b20b56c
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
README
cmd/Makefile
cmd/portio.c [deleted file]
include/command.h
include/config_cmd_all.h
scripts/config_whitelist.txt
This page took 0.036081 seconds and 4 git commands to generate.