]> git.ipfire.org Git - people/ms/u-boot.git/commit
powerpc: Drop probecpu() in favour of arch_cpu_init()
authorSimon Glass <sjg@chromium.org>
Mon, 23 Jan 2017 20:31:22 +0000 (13:31 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 25 Jan 2017 22:38:41 +0000 (17:38 -0500)
commitcbcbf71bf238abd6daf13116b9a209c8fc98ae64
tree693a11758b7eea2d9c1f47962caf5c74bd4df870
parent4585601ae2147730fcf342ed9b57a2c684503490
powerpc: Drop probecpu() in favour of arch_cpu_init()

To avoid an unnecessary arch-specific call in board_init_f(), rename this
function.

Signed-off-by: Simon Glass <sjg@chromium.org>
16 files changed:
arch/powerpc/cpu/mpc8xxx/cpu.c
board/Arcturus/ucp1020/spl.c
board/freescale/b4860qds/spl.c
board/freescale/c29xpcie/spl.c
board/freescale/p1010rdb/spl.c
board/freescale/p1022ds/spl.c
board/freescale/p1_p2_rdb_pc/spl.c
board/freescale/t102xqds/spl.c
board/freescale/t102xrdb/spl.c
board/freescale/t104xrdb/spl.c
board/freescale/t208xqds/spl.c
board/freescale/t208xrdb/spl.c
board/freescale/t4qds/spl.c
board/freescale/t4rdb/spl.c
common/board_f.c
include/common.h