mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm: reset: Avoid a build error when the reset uclass is enabled
There can be only one do_reset(). When CONFIG_RESET is enabled this is provided by the reset uclass, and ARM's version should be disabled. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
bc7b2f431d
commit
c6aabe9289
1 changed files with 2 additions and 0 deletions
|
|
@ -47,7 +47,9 @@ obj-y += interrupts_64.o
|
|||
else
|
||||
obj-y += interrupts.o
|
||||
endif
|
||||
ifndef CONFIG_RESET
|
||||
obj-y += reset.o
|
||||
endif
|
||||
|
||||
obj-y += cache.o
|
||||
ifndef CONFIG_ARM64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue