TI:am33xx: Move SPL YMODEM support to the per-board config

Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini 2013-08-20 08:53:51 -04:00
parent d7ccfc5bd6
commit 78c392f143
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@
*/ */
#define CONFIG_SPL_TEXT_BASE 0x402F0400 #define CONFIG_SPL_TEXT_BASE 0x402F0400
#define CONFIG_SPL_MAX_SIZE (0x4030B800 - CONFIG_SPL_TEXT_BASE) #define CONFIG_SPL_MAX_SIZE (0x4030B800 - CONFIG_SPL_TEXT_BASE)
#define CONFIG_SPL_YMODEM_SUPPORT
/* /*
* Since SPL did pll and ddr initialization for us, * Since SPL did pll and ddr initialization for us,