diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:28:00 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:40:57 -0400 |
commit | 854fcd553764709939ad542c2c5bd5470b780c2f (patch) | |
tree | 295562d6272ce5574385053d0bd55782f94c51ee /include/configs/kilauea.h | |
parent | deb959991528bee05079426c189f538ad3850337 (diff) |
Convert CONFIG_CMD_CHIP_CONFIG to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_CHIP_CONFIG
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/kilauea.h')
-rw-r--r-- | include/configs/kilauea.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h index 43eb405e63..f89f0ce92d 100644 --- a/include/configs/kilauea.h +++ b/include/configs/kilauea.h @@ -364,7 +364,6 @@ /* * Commands additional to the ones defined in amcc-common.h */ -#define CONFIG_CMD_CHIP_CONFIG #define CONFIG_CMD_DATE #define CONFIG_CMD_NAND #define CONFIG_CMD_PCI |