commit | c6aabe9289e4f3a3b9066cd494c413302dfa970a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:18 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:23 2015 -0600 |
tree | 81f64cd0d7c9a87f7dcceac6e10a63512de1d90a | |
parent | bc7b2f431d5e5b48c009007bdf22d2f2d8aed4c4 [diff] |
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>