diff options
author | Tom Rini <trini@ti.com> | 2013-04-16 16:12:33 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-16 16:12:33 -0400 |
commit | 314dd4fecc87175f6e79eb977966fb60b33c543c (patch) | |
tree | bfe799c8730caab5ca507e50ab8dfe09e8c4abfb /common/board_r.c | |
parent | 5873d0fbad2b1a94db7b9c8c8f5d77c10479a9dd (diff) | |
parent | 617c246f3c123d4a2d4dba9d08a4a2dd324cb407 (diff) | |
download | u-boot-imx-314dd4fecc87175f6e79eb977966fb60b33c543c.zip u-boot-imx-314dd4fecc87175f6e79eb977966fb60b33c543c.tar.gz u-boot-imx-314dd4fecc87175f6e79eb977966fb60b33c543c.tar.bz2 |
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, 0 insertions, 3 deletions
diff --git a/common/board_r.c b/common/board_r.c index 9605f80..2b17fa6 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -722,9 +722,6 @@ init_fnc_t init_sequence_r[] = { #ifdef CONFIG_CLOCKS set_cpu_clk_info, /* Setup clock information */ #endif -#ifdef CONFIG_X86 - init_bd_struct_r, -#endif initr_reloc_global_data, initr_serial, initr_announce, |