diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2016-02-06 07:57:26 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-08 10:22:44 -0500 |
commit | b7fbdc60abaf3224e9fca62d0c4759072bdc60ad (patch) | |
tree | 9b5b6a50b3ff5146d86a6b3600efc83958d65ac1 /include | |
parent | 928f6054555618c9700bc5ebc16b9a661fd3ead7 (diff) | |
download | u-boot-imx-b7fbdc60abaf3224e9fca62d0c4759072bdc60ad.zip u-boot-imx-b7fbdc60abaf3224e9fca62d0c4759072bdc60ad.tar.gz u-boot-imx-b7fbdc60abaf3224e9fca62d0c4759072bdc60ad.tar.bz2 |
Remove unused CONFIG_CMD_HWFLOW option and associated dead code.
Signed-off-by: David Müller <d.mueller@elsoft.ch>
Diffstat (limited to 'include')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 424721b..e858e55 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -34,7 +34,6 @@ #define CONFIG_CMD_FUSE /* Device fuse support */ #define CONFIG_CMD_GETTIME /* Get time since boot */ #define CONFIG_CMD_HASH /* calculate hash / digest */ -#define CONFIG_CMD_HWFLOW /* RTS/CTS hw flow control */ #define CONFIG_CMD_I2C /* I2C serial bus support */ #define CONFIG_CMD_IDE /* IDE harddisk support */ #define CONFIG_CMD_IMMAP /* IMMR dump support */ |