x86: spl: Drop duplicate CPU init
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:33 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commite93da0399cd41f0f9d5866a3e884bfdd4e573e9c
tree1908c6a3e82dd7305e3f8aee05428840299ec16c
parent912e32d34fa2ceeeb5d47eafb33074971b1755c9
x86: spl: Drop duplicate CPU init

x86_cpu_init_f() is called by arch_cpu_init() a few lines below this
code. Drop the duplicate call.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/spl.c