Skip to content
Snippets Groups Projects
Commit c6aabe92 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent bc7b2f43
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,9 @@ obj-y += interrupts_64.o ...@@ -47,7 +47,9 @@ obj-y += interrupts_64.o
else else
obj-y += interrupts.o obj-y += interrupts.o
endif endif
ifndef CONFIG_RESET
obj-y += reset.o obj-y += reset.o
endif
obj-y += cache.o obj-y += cache.o
ifndef CONFIG_ARM64 ifndef CONFIG_ARM64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment