diff options
author | Simon Glass | 2017-05-17 03:25:15 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:54 -0400 |
commit | 230ecd7150e83fc5a669bc1d986a79cd036de90a (patch) | |
tree | fbdef91d69291894996ada86494e37554be4812f /include/configs/T208xQDS.h | |
parent | ffc76589d0e728877992b7247a2ced39025e4493 (diff) |
Convert CONFIG_CMD_ERRATA to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_ERRATA
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index a426da40d79..72e63dfc5ca 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -744,7 +744,6 @@ unsigned long get_board_ddr_clk(void); /* * Command line configuration. */ -#define CONFIG_CMD_ERRATA #define CONFIG_CMD_IRQ #define CONFIG_CMD_REGINFO |