summaryrefslogtreecommitdiffstats
path: root/include/configs/uniphier.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-05 14:42:55 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-07 00:15:03 +0900
commit35adfc4d259e7985abaffa32cb9578640d09225c (patch)
treec358463fd5370f5c1873a1541664534b9c747625 /include/configs/uniphier.h
parent84ccd791afd580c35c73be2b395d4a1d3f24200c (diff)
downloadtalos-obmc-uboot-35adfc4d259e7985abaffa32cb9578640d09225c.tar.gz
talos-obmc-uboot-35adfc4d259e7985abaffa32cb9578640d09225c.zip
ARM: UniPhier: move SPL init functions to spl_board_init()
Now init functions called from board_postclk_init() and dram_init() are only necessary for SPL. Move them to spl_board_init() for clean-up. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r--include/configs/uniphier.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 15cb223997..12290ebec6 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -275,8 +275,6 @@
#define CONFIG_SPL_TEXT_BASE 0x00100000
#endif
-#define CONFIG_BOARD_POSTCLK_INIT
-
#ifndef CONFIG_SPL_BUILD
#define CONFIG_SKIP_LOWLEVEL_INIT
#endif
OpenPOWER on IntegriCloud