Commit 2ee92c51 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

brought back __weak

parent bb21f7ca
......@@ -43,7 +43,8 @@ static const struct {
{ /* Sentinel */ },
};
int arch_cpu_init(void)
/* ELPHEL: Added __weak because the function is overridden in ezynq.c */
__weak int arch_cpu_init(void)
{
zynq_slcr_unlock();
#ifndef CONFIG_SPL_BUILD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment