diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:08 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 08:37:13 -0400 |
commit | d63323fb59fb8ccb6b86aad6c54418708f7556e2 (patch) | |
tree | 0e6f3d981837f2321e86c6815aa4a5e01af0b54b /include/configs/katmai.h | |
parent | 21c729799104605f2e4fa976af2f97ed8e258afc (diff) |
Convert CONFIG_CMD_ECCTEST to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_ECCTEST
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r-- | include/configs/katmai.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h index c3b9da0d96..3f39a26d3b 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -145,7 +145,6 @@ /* * Commands additional to the ones defined in amcc-common.h */ -#define CONFIG_CMD_ECCTEST #define CONFIG_CMD_PCI #define CONFIG_CMD_SDRAM |