[U-Boot] [PATCH 2/2] SPL: Enable YMODEM support on BeagleBone and AM335x EVM
Tom Rini
trini at ti.com
Tue Jan 31 23:03:58 CET 2012
From: Matt Porter <mporter at ti.com>
Cc: Chandan Nath <chandan.nath at ti.com>
Tested-by: Tom Rini <trini at ti.com>
Signed-off-by: Matt Porter <mporter at ti.com>
---
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 2cea1f4..23663de 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -136,6 +136,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"
/*
--
1.7.0.4
More information about the U-Boot
mailing list