mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
aspeed: Fix Kconfig logic on "DM_RESET" and ASPEED_AST2500
It is not the case that we can only pick ASPEED_AST2500 if DM_RESET is enabled, but rather choosing ASPEED_AST2500 means we must select DM_RESET. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
c498b6cace
commit
26a2b69b24
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ choice
|
|||
|
||||
config ASPEED_AST2500
|
||||
bool "Support Aspeed AST2500 SoC"
|
||||
depends on DM_RESET
|
||||
select CPU_ARM1176
|
||||
select DM_RESET
|
||||
help
|
||||
The Aspeed AST2500 is a ARM-based SoC with arm1176 CPU.
|
||||
It is used as Board Management Controller on many server boards,
|
||||
|
|
Loading…
Add table
Reference in a new issue