commit | 3f67b7da11b7ac947f48f1c92d5bd6b98a646d30 | [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 | c90b917abd96348b740aa1cbec033bbc1369ffec [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>