summaryrefslogtreecommitdiff
path: root/board/advantech
diff options
context:
space:
mode:
authorHarald Seiler <hws@denx.de>2020-12-15 18:47:49 +0300
committerTom Rini <trini@konsulko.com>2021-03-02 19:24:29 +0300
commit5075bf28d65c70cc777620ac7974adaac5d20095 (patch)
tree90270c30bbb816b432b4ded4834fae258ea625cb /board/advantech
parentc5219c4a18f2b27547ecd799914f94e48b0fa86f (diff)
downloadu-boot-5075bf28d65c70cc777620ac7974adaac5d20095.tar.xz
nds32: Remove dead reset_cpu() implementation
nds32 is one of the only architectures which still have a reset_cpu() implementation that makes use of the `addr` parameter. The rest of U-Boot now ignores it and passes 0 everywhere. It turns out that even here, reset_cpu() is no longer referenced anywhere; reset is either not implemented (e.g. ae3xx) or realized using a WDT (e.g. ag101). Remove this left-over implementation in preparation for the removal of the `addr` parameter in the entire tree. Cc: Rick Chen <rick@andestech.com> Signed-off-by: Harald Seiler <hws@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'board/advantech')
0 files changed, 0 insertions, 0 deletions