diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-23 00:07:29 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-24 00:15:48 +0900 |
commit | def3feb8cbfd44f2cfec73db4cf54760eaa97ed6 (patch) | |
tree | 30fc001f65c646d9652c87081abe06aa038ff9a1 /arch/arm/mach-uniphier/Makefile | |
parent | 8cddc27965e45993b7579ede119147c2640dc44a (diff) | |
download | u-boot-imx-def3feb8cbfd44f2cfec73db4cf54760eaa97ed6.zip u-boot-imx-def3feb8cbfd44f2cfec73db4cf54760eaa97ed6.tar.gz u-boot-imx-def3feb8cbfd44f2cfec73db4cf54760eaa97ed6.tar.bz2 |
ARM: UniPhier: add empty lowlevel_init to U-boot proper
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>
Diffstat (limited to 'arch/arm/mach-uniphier/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile index e7a801b..f191aa3 100644 --- a/arch/arm/mach-uniphier/Makefile +++ b/arch/arm/mach-uniphier/Makefile @@ -12,6 +12,7 @@ obj-y += ddrphy_training.o else +obj-y += late_lowlevel_init.o obj-$(CONFIG_BOARD_EARLY_INIT_F) += board_early_init_f.o obj-$(CONFIG_DISPLAY_CPUINFO) += cpu_info.o obj-$(CONFIG_MISC_INIT_F) += print_misc_info.o |