]> git.baikalelectronics.ru Git - uboot.git/commit
arm: Correct cpu_reset function prototype on some platforms
authorTom Rini <trini@konsulko.com>
Thu, 9 Mar 2023 16:22:07 +0000 (11:22 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 19:22:48 +0000 (15:22 -0400)
commit828fa93ccfcb254d9a168b094ed489c2f5ee2619
tree2c8f0500d7c8210f8644c6a2d9e5fea376dfd164
parent8d329f3954e9d28da9043cf2017ac00c2677bce5
arm: Correct cpu_reset function prototype on some platforms

Some platforms were not including <cpu_func.h> which sets the prototype
for reset_cpu, and in turn had it set wrong. Correct these cases.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-hpe/gxp/reset.c
arch/arm/mach-mediatek/mt7981/init.c
arch/arm/mach-mediatek/mt7986/init.c
board/armltd/corstone1000/corstone1000.c
board/bosch/acc/acc.c