summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-11-20 16:11:00 +0800
committerSimon Glass <sjg@chromium.org>2014-11-25 06:34:02 -0700
commita549f7497b4d719d37e4a20378c81c1b29bf0404 (patch)
tree481da9302ec849aa755a3ffc86010752cc130890 /common
parent4372a9eca5561ec21277b616b5223cf23ab526ca (diff)
downloadblackbird-obmc-uboot-a549f7497b4d719d37e4a20378c81c1b29bf0404.tar.gz
blackbird-obmc-uboot-a549f7497b4d719d37e4a20378c81c1b29bf0404.zip
x86: Remove cpu_init_r() for x86
Since cpu_init_interrupts() was moved out of cpu_init_r(), it is useless to keep cpu_init_r() for x86, thus remove it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/board_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c
index bfa74c7399..9f085b1382 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -775,7 +775,7 @@ init_fnc_t init_sequence_r[] = {
initr_flash,
#endif
INIT_FUNC_WATCHDOG_RESET
-#if defined(CONFIG_PPC) || defined(CONFIG_X86)
+#if defined(CONFIG_PPC)
/* initialize higher level parts of CPU like time base and timers */
cpu_init_r,
#endif
OpenPOWER on IntegriCloud