diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:30:10 -0400 |
commit | 4893e34b00a6a3e44aafe40f86be6c4c10ade536 (patch) | |
tree | 1f494365d5cce7ecb501451fcdbcfa884ba94366 /include/configs/apf27.h | |
parent | 0f7102588cfb48e74b13646ce6df7c11a374423b (diff) | |
download | u-boot-4893e34b00a6a3e44aafe40f86be6c4c10ade536.tar.gz u-boot-4893e34b00a6a3e44aafe40f86be6c4c10ade536.tar.bz2 u-boot-4893e34b00a6a3e44aafe40f86be6c4c10ade536.zip |
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/apf27.h')
-rw-r--r-- | include/configs/apf27.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/apf27.h b/include/configs/apf27.h index 82898bfa13..1514933137 100644 --- a/include/configs/apf27.h +++ b/include/configs/apf27.h @@ -54,7 +54,6 @@ /* * U-Boot Commands */ -#define CONFIG_CMD_BSP /* Board Specific functions */ #define CONFIG_CMD_DATE #define CONFIG_CMD_EEPROM #define CONFIG_CMD_IMX_FUSE /* imx iim fuse */ |