commit | 504331b9aaeea56aa7f3d6eb2c7804955a590417 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Thu Sep 18 18:55:25 2003 +0000 |
committer | wdenk <wdenk> | Thu Sep 18 18:55:25 2003 +0000 |
tree | fff1f4cedf07d2afa8fe85b19601605949ff013f | |
parent | 5256defb9542cc26ea5596de4dbfc856ca6a58ee [diff] [blame] |
Work on TRAB's auto_update feature. Cleanup for submitted patches.
diff --git a/common/devices.c b/common/devices.c index 7b4a1cd..bf7486a 100644 --- a/common/devices.c +++ b/common/devices.c
@@ -159,6 +159,8 @@ int devices_init (void) { #ifndef CONFIG_ARM /* already relocated for current ARM implementation */ + DECLARE_GLOBAL_DATA_PTR; + ulong relocation_offset = gd->reloc_off; int i;