commit | 6321c66cdf73f1d0318b02bfe747acf2f6bbb398 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:00 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:49 2020 +0530 |
tree | f078f994682c7751490e55289be034d50843231e | |
parent | 98c338bcb66bc1f844d4d9523d786eb1db17d036 [diff] |
common: Move reset_misc() function to arch header This function is only used on ARM devices. Move it out of the common file and to a arch-specific header. Signed-off-by: Simon Glass <sjg@chromium.org>