arm: reset: Avoid a build error when the reset uclass is enabled
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:18 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commitc6aabe9289e4f3a3b9066cd494c413302dfa970a
tree81f64cd0d7c9a87f7dcceac6e10a63512de1d90a
parentbc7b2f431d5e5b48c009007bdf22d2f2d8aed4c4
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>
arch/arm/lib/Makefile