commit | 99bb53481db6de168ff1d0f34dcf7be4e9cc7a2b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:19 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | 2a381d424d10fcb8242fa4adb86af66f38a07be5 | |
parent | 0686b0cdb7474ac2174631a72a03e2038a540fb3 [diff] |
spl: mx6: powerpc: Drop the condition on timer_init() It doesn't make sense to have some boards do this differently. Drop the condition in the hope that the maintainers can figure out any run-time problems. This has been tested on qemu-ppce500 Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu>