mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
imx: bootaux: add dependency on vf610
Allow using bootaux also on VF610 aka Vybrid. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
872fc0d8ac
commit
37822a6ca1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ config IMX_RDC
|
|||
|
||||
config IMX_BOOTAUX
|
||||
bool "Support boot auxiliary core"
|
||||
depends on ARCH_MX7 || ARCH_MX6
|
||||
depends on ARCH_MX7 || ARCH_MX6 || ARCH_VF610
|
||||
help
|
||||
bootaux [addr] to boot auxiliary core.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue