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 | |
| parent | d7ccfc5bd66c6f873d292592bea7a8342b12016e (diff) | |
| download | olio-uboot-2014.01-78c392f143260a5ea2a4cb1051eae13611858036.tar.xz olio-uboot-2014.01-78c392f143260a5ea2a4cb1051eae13611858036.zip | |
TI:am33xx: Move SPL YMODEM support to the per-board config
Signed-off-by: Tom Rini <trini@ti.com>
| -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 837c02cc2..d2e34aeed 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, |