diff options
author | Tom Rini <trini@ti.com> | 2013-08-20 08:53:51 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-28 11:44:59 -0400 |
commit | 78c392f143260a5ea2a4cb1051eae13611858036 (patch) | |
tree | 4f0cf29fffaa1220c434c554127a13c85904c261 /include/configs | |
parent | d7ccfc5bd66c6f873d292592bea7a8342b12016e (diff) | |
download | u-boot-imx-78c392f143260a5ea2a4cb1051eae13611858036.zip u-boot-imx-78c392f143260a5ea2a4cb1051eae13611858036.tar.gz u-boot-imx-78c392f143260a5ea2a4cb1051eae13611858036.tar.bz2 |
TI:am33xx: Move SPL YMODEM support to the per-board config
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ti_am335x_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h index 837c02c..d2e34ae 100644 --- a/include/configs/ti_am335x_common.h +++ b/include/configs/ti_am335x_common.h @@ -49,7 +49,6 @@ */ #define CONFIG_SPL_TEXT_BASE 0x402F0400 #define CONFIG_SPL_MAX_SIZE (0x4030B800 - CONFIG_SPL_TEXT_BASE) -#define CONFIG_SPL_YMODEM_SUPPORT /* * Since SPL did pll and ddr initialization for us, |