diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-27 04:27:56 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 14:30:10 (GMT) |
commit | 4893e34b00a6a3e44aafe40f86be6c4c10ade536 (patch) | |
tree | 1f494365d5cce7ecb501451fcdbcfa884ba94366 /configs/TQM5200S_HIGHBOOT_defconfig | |
parent | 0f7102588cfb48e74b13646ce6df7c11a374423b (diff) | |
download | u-boot-4893e34b00a6a3e44aafe40f86be6c4c10ade536.tar.xz |
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 'configs/TQM5200S_HIGHBOOT_defconfig')
-rw-r--r-- | configs/TQM5200S_HIGHBOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/TQM5200S_HIGHBOOT_defconfig b/configs/TQM5200S_HIGHBOOT_defconfig index 0c4e292..ea022e5 100644 --- a/configs/TQM5200S_HIGHBOOT_defconfig +++ b/configs/TQM5200S_HIGHBOOT_defconfig @@ -14,6 +14,7 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_SNTP=y +CONFIG_CMD_BSP=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_MAC_PARTITION=y |