diff options
author | Matt Porter <mporter@ti.com> | 2012-01-31 12:03:58 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-26 23:09:25 +0200 |
commit | 763cf0a3d24124916824e31793fbafbbb4311597 (patch) | |
tree | 820e6838c59068eed6f5718fbd6b04bf666e603d /include/configs | |
parent | 24de357a30dbabf8e0eb5acb43397851b0bc53fb (diff) | |
download | u-boot-imx-763cf0a3d24124916824e31793fbafbbb4311597.zip u-boot-imx-763cf0a3d24124916824e31793fbafbbb4311597.tar.gz u-boot-imx-763cf0a3d24124916824e31793fbafbbb4311597.tar.bz2 |
SPL: Enable YMODEM support on BeagleBone and AM335x EVM
Cc: Chandan Nath <chandan.nath@ti.com>
Tested-by: Tom Rini <trini@ti.com>
Signed-off-by: Matt Porter <mporter@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am335x_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 6683b3e..d0fbc88 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -145,6 +145,7 @@ #define CONFIG_SPL_LIBDISK_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT +#define CONFIG_SPL_YMODEM_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" /* |