To remove the ifdef conditional of CONFIG_SKIP_LOWLEVEL_INIT, add late_lowlevel_init.S to U-Boot proper. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>master
parent
8cddc27965
commit
def3feb8cb
@ -0,0 +1,12 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2015 Socionext Inc. |
||||||
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include <linux/linkage.h> |
||||||
|
|
||||||
|
ENTRY(lowlevel_init) |
||||||
|
mov pc, lr |
||||||
|
ENDPROC(lowlevel_init) |
Loading…
Reference in new issue