[U-Boot] [PATCH 14/41] Kconfig: Drop CONFIG_CMD_PORTIO and associated command

Bin Meng bmeng.cn at gmail.com
Sat Jul 22 15:32:59 UTC 2017


Hi Simon,

On Sat, Jul 22, 2017 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
>  cmd/portio.c | 145 -----------------------------------------------------------
>  1 file changed, 145 deletions(-)
>  delete mode 100644 cmd/portio.c
>

The following files also need to be updated to drop CONFIG_CMD_PORTIO:

include/config_cmd_all.h
include/command.h
cmd/Makefile
scripts/config_whitelist.txt
README

Regards,
Bin


More information about the U-Boot mailing list