mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arm: mvebu: Select SPL_DM_SEQ_ALIAS
Select SPL_DM_SEQ_ALIAS which is required for certain uclasses, specifically SPI Flash. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Reviewed-by: Stefan Roese <sr@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
5c9b1d735e
commit
47c0d79edc
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ config ARCH_MVEBU
|
|||
select OF_SEPARATE
|
||||
select DM
|
||||
select DM_SERIAL
|
||||
select SPL_DM_SEQ_ALIAS
|
||||
|
||||
config TARGET_DEVKIT3250
|
||||
bool "Support devkit3250"
|
||||
|
|
Loading…
Reference in a new issue