]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Use the standard arch_cpu_init() function
authorSimon Glass <sjg@chromium.org>
Thu, 6 Nov 2014 20:20:06 +0000 (13:20 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:24:09 +0000 (07:24 +0100)
commit8b37c7694f1eace82626d00fbfb85311ebf0d220
treebd9bf3ee79b2ace78a1b7c86fec752cefb393826
parent07387d1769c7cc29ff2402117148477263c4c5ce
x86: Use the standard arch_cpu_init() function

Instead of an x86-specific cpu_init_f() function, use the normal U-Boot one
for this purpose. Also remove a useless/misleading comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/coreboot/coreboot.c
arch/x86/cpu/cpu.c
arch/x86/include/asm/u-boot-x86.h
common/board_f.c