diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-13 08:19:03 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-17 00:27:23 +0300 |
commit | 696a91f2b065891ded3690ae2d9fb8659fee4e4c (patch) | |
tree | ca12c70ba395a65946032a5535e851dadfd1c268 /include/configs/bur_am335x_common.h | |
parent | 02e69a5db1b5e89a56c777d2b750dadcf26555a0 (diff) | |
download | u-boot-696a91f2b065891ded3690ae2d9fb8659fee4e4c.tar.xz |
Convert CONFIG_SPL_YMODEM_SUPPORT to Kconfig
Convert CONFIG_SPL_YMODEM_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/bur_am335x_common.h')
-rw-r--r-- | include/configs/bur_am335x_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index 027e39411a..e425cb9193 100644 --- a/include/configs/bur_am335x_common.h +++ b/include/configs/bur_am335x_common.h @@ -113,7 +113,6 @@ /* General parts of the framework, required. */ #define CONFIG_SPL_BOARD_INIT -#define CONFIG_SPL_YMODEM_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" #endif /* ! __BUR_AM335X_COMMON_H__ */ |