diff options
author | Simon Glass | 2017-04-26 22:27:56 -0600 |
---|---|---|
committer | Tom Rini | 2017-04-30 10:30:10 -0400 |
commit | 4893e34b00a6a3e44aafe40f86be6c4c10ade536 (patch) | |
tree | 1f494365d5cce7ecb501451fcdbcfa884ba94366 /include/configs/PMC405DE.h | |
parent | 0f7102588cfb48e74b13646ce6df7c11a374423b (diff) |
Convert CONFIG_CMD_BSP to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BSP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/PMC405DE.h')
-rw-r--r-- | include/configs/PMC405DE.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/PMC405DE.h b/include/configs/PMC405DE.h index 5c3f56682cf..a7d7bbf10b1 100644 --- a/include/configs/PMC405DE.h +++ b/include/configs/PMC405DE.h @@ -48,7 +48,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_BSP #define CONFIG_CMD_CHIP_CONFIG #define CONFIG_CMD_DATE #define CONFIG_CMD_EEPROM |