mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
cmd/Kconfig: Tighten dependencies on CMD_SEAMA
In order to build this command we need to have configured some other board specific features. Express that requirement in Kconfig as well. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
e7342decd5
commit
1645f9f979
@ -414,7 +414,7 @@ config BOOTM_RTEMS
|
||||
|
||||
config CMD_SEAMA
|
||||
bool "Support read SEAMA NAND images"
|
||||
depends on MTD_RAW_NAND
|
||||
depends on (TARGET_BCMNS || TARGET_BCMNS3) && MTD_RAW_NAND
|
||||
help
|
||||
Support reading NAND Seattle Image (SEAMA) images.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user