]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: mx6: powerpc: Drop the condition on timer_init()
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:19 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commit6c2bdf5c1a2daec80019b43e52a8537e7cb93ba2
tree2a381d424d10fcb8242fa4adb86af66f38a07be5
parent52779874dac3f096f9f7893f0b3603aeff4c646b
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>
common/spl/spl.c