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/intip.h | |
parent | deb959991528bee05079426c189f538ad3850337 (diff) | |
download | u-boot-854fcd553764709939ad542c2c5bd5470b780c2f.tar.gz |
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/intip.h')
-rw-r--r-- | include/configs/intip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/intip.h b/include/configs/intip.h index 3477059865..7f73b66b55 100644 --- a/include/configs/intip.h +++ b/include/configs/intip.h @@ -272,7 +272,6 @@ /* * Commands additional to the ones defined in amcc-common.h */ -#define CONFIG_CMD_CHIP_CONFIG #define CONFIG_CMD_DATE #define CONFIG_CMD_DTT #define CONFIG_CMD_PCI |