diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/am335x/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig index 753d652c4fc..a84e91b3dc5 100644 --- a/board/ti/am335x/Kconfig +++ b/board/ti/am335x/Kconfig @@ -6,6 +6,9 @@ config SPL_ENV_SUPPORT config SPL_WATCHDOG_SUPPORT default y +config SPL_YMODEM_SUPPORT + default y + config SYS_BOARD default "am335x" |