diff options
author | Tom Rini <trini@konsulko.com> | 2015-11-13 10:02:43 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-13 10:02:43 -0500 |
commit | b67dfc5a1099eef2a323de23a78ba4e6d9b87633 (patch) | |
tree | e23ed37c2736481bd5cbf58f4d8aab57381005e9 /common/board_r.c | |
parent | 439fcb9b4f717f5a583014acb3e75b789564867c (diff) | |
parent | 6d41027fe2e734aa1e15fabc1523417b3b871691 (diff) | |
download | u-boot-b67dfc5a1099eef2a323de23a78ba4e6d9b87633.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'common/board_r.c')
-rw-r--r-- | common/board_r.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/board_r.c b/common/board_r.c index c4fd3eaf8c..2270e2ed0f 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -837,8 +837,7 @@ init_fnc_t init_sequence_r[] = { #if defined(CONFIG_ARM) || defined(CONFIG_AVR32) initr_enable_interrupts, #endif -#if defined(CONFIG_X86) || defined(CONFIG_MICROBLAZE) || defined(CONFIG_AVR32) \ - || defined(CONFIG_M68K) +#if defined(CONFIG_MICROBLAZE) || defined(CONFIG_AVR32) || defined(CONFIG_M68K) timer_init, /* initialize timer */ #endif #if defined(CONFIG_STATUS_LED) |