mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
spl: Add dependency on serial to Ymodem
Building with Ymodem support requires serial in SPL/TPL, add that dependency here. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
This commit is contained in:
@@ -751,6 +751,7 @@ config SPL_WATCHDOG_SUPPORT
|
|||||||
|
|
||||||
config SPL_YMODEM_SUPPORT
|
config SPL_YMODEM_SUPPORT
|
||||||
bool "Support loading using Ymodem"
|
bool "Support loading using Ymodem"
|
||||||
|
depends on SPL_SERIAL_SUPPORT
|
||||||
help
|
help
|
||||||
While loading from serial is slow it can be a useful backup when
|
While loading from serial is slow it can be a useful backup when
|
||||||
there is no other option. The Ymodem protocol provides a reliable
|
there is no other option. The Ymodem protocol provides a reliable
|
||||||
@@ -951,6 +952,7 @@ config TPL_SPI_SUPPORT
|
|||||||
|
|
||||||
config TPL_YMODEM_SUPPORT
|
config TPL_YMODEM_SUPPORT
|
||||||
bool "Support loading using Ymodem"
|
bool "Support loading using Ymodem"
|
||||||
|
depends on TPL_SERIAL_SUPPORT
|
||||||
help
|
help
|
||||||
While loading from serial is slow it can be a useful backup when
|
While loading from serial is slow it can be a useful backup when
|
||||||
there is no other option. The Ymodem protocol provides a reliable
|
there is no other option. The Ymodem protocol provides a reliable
|
||||||
|
Reference in New Issue
Block a user