Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
20699e6b7949c1eb174d8315807c050cfd03da9a
/
.
/
arch
/
x86
/
cpu
/
ivybridge
/
ivybridge.c
blob: e817eb9cc2170a5bf960b2485d02f6b24ce33214 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
#include
<asm/post.h>
#include
<asm/processor.h>
int
arch_cpu_init
(
void
)
{
post_code
(
POST_CPU_INIT
);
return
x86_cpu_init_f
();
}