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 /include | |
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 'include')
-rw-r--r-- | include/configs/uniphier.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index ba89a42..d4688c5 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -276,10 +276,6 @@ #define CONFIG_SPL_TEXT_BASE 0x00100000 #endif -#ifndef CONFIG_SPL_BUILD -#define CONFIG_SKIP_LOWLEVEL_INIT -#endif - #define CONFIG_SPL_STACK (0x0ff08000) #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE) |