diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-04-20 12:25:10 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-04-20 12:25:10 -0500 |
commit | b86d7622b33892b1dafe761a7a9eaeeab9f3816b (patch) | |
tree | 56b1b6fc978166abce4afa8e9dee0af94bfc3cd6 /lib_microblaze | |
parent | f8edca2e9a128f526b1fe6f997f7adb852cf5b3c (diff) | |
parent | 56a4a63c106cc317fc0fe42686a99416fc469f5b (diff) | |
download | u-boot-midas-b86d7622b33892b1dafe761a7a9eaeeab9f3816b.tar.gz u-boot-midas-b86d7622b33892b1dafe761a7a9eaeeab9f3816b.tar.bz2 u-boot-midas-b86d7622b33892b1dafe761a7a9eaeeab9f3816b.zip |
Merge branch 'master' of rsync://rsync.denx.de/git/u-boot
Diffstat (limited to 'lib_microblaze')
-rw-r--r-- | lib_microblaze/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_microblaze/board.c b/lib_microblaze/board.c index bc987a3380..026d247e54 100644 --- a/lib_microblaze/board.c +++ b/lib_microblaze/board.c @@ -28,6 +28,8 @@ #include <version.h> #include <watchdog.h> +DECLARE_GLOBAL_DATA_PTR; + const char version_string[] = U_BOOT_VERSION" (" __DATE__ " - " __TIME__ ")"; @@ -72,8 +74,6 @@ init_fnc_t *init_sequence[] = { void board_init(void) { - DECLARE_GLOBAL_DATA_PTR; - bd_t *bd; init_fnc_t **init_fnc_ptr; |