mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-20 13:41:45 +00:00
spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT
Since SPL_DFU_SUPPORT is depends on SPL_RAM_SUPPORT, hence select SPL_DFU_SUPPORT only when SPL_RAM_SUPPORT is chosen. Signed-off-by: Ravi Babu <ravibabu@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
624b7101ee
commit
1b19cbdbf7
1 changed files with 1 additions and 0 deletions
|
@ -646,6 +646,7 @@ config SPL_USBETH_SUPPORT
|
||||||
config SPL_DFU_SUPPORT
|
config SPL_DFU_SUPPORT
|
||||||
bool "Support DFU (Device Firmware Upgarde)"
|
bool "Support DFU (Device Firmware Upgarde)"
|
||||||
select SPL_HASH_SUPPORT
|
select SPL_HASH_SUPPORT
|
||||||
|
depends on SPL_RAM_SUPPORT
|
||||||
help
|
help
|
||||||
This feature enables the DFU (Device Firmware Upgarde) in SPL with
|
This feature enables the DFU (Device Firmware Upgarde) in SPL with
|
||||||
RAM memory device support. The ROM code will load and execute
|
RAM memory device support. The ROM code will load and execute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue