Lothar Waßmann
53207bfd70
board_f: fix calculation of reloc_off
...
relocate_code() calculates the relocation offset wrt. the symbol
__image_copy_start which happens to have the same value as
CONFIG_TEXT_BASE on most systems.
When creating an i.MX boot image with an integrated IVT it is
convenient to have CONFIG_TEXT_BASE point to the start of the IVT
that is prepended to the actual code. Thus CONFIG_TEXT_BASE will
differ from __image_copy_start, while the calculation
'gd->relocaddr - __image_copy_start' still gives the right relocation
offset.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
2017-06-12 08:38:41 -04:00
..
2016-05-20 17:02:07 -04:00
2017-01-20 15:38:01 -05:00
2017-06-09 11:23:59 -04:00
2016-07-01 17:42:56 -04:00
2017-06-12 08:38:41 -04:00
2016-11-28 15:10:32 -05:00
2017-06-12 08:37:55 -04:00
2017-06-12 08:37:55 -04:00
2016-10-01 20:04:37 -04:00
2017-06-05 14:13:08 -04:00
2016-02-08 10:10:37 -05:00
2016-08-20 14:03:24 -04:00
2016-01-13 21:05:26 -05:00
2016-06-24 17:24:34 -04:00
2016-04-01 17:17:40 -04:00
2017-02-06 11:38:46 +08:00
2015-04-18 11:11:16 -06:00
2016-01-19 08:31:21 -05:00
2017-05-12 08:37:09 -04:00
2017-06-05 14:13:11 -04:00
2017-06-12 08:38:06 -04:00
2017-05-12 08:37:17 -04:00
2016-01-04 12:25:35 -05:00
2017-04-12 13:28:27 -04:00
2016-04-11 12:44:37 -04:00
2016-11-23 23:41:23 -08:00
2016-06-24 17:24:35 -04:00
2016-03-14 15:34:50 -06:00
2017-04-12 13:28:28 -04:00
2017-06-09 20:25:16 +09:00
2016-08-15 18:46:41 -04:00
2016-04-18 12:29:14 -04:00
2017-06-01 06:57:52 -06:00
2016-06-13 06:41:20 +02:00
2015-07-20 11:44:37 -07:00
2017-06-03 19:08:31 +02:00
2016-06-27 16:37:39 -04:00
2017-06-01 07:03:11 -06:00
2017-02-12 14:30:31 -05:00
2017-05-31 19:38:14 -04:00
2017-05-11 22:03:37 -04:00
2017-05-01 09:11:59 -04:00
2017-01-13 17:40:38 +01:00
2016-11-21 14:07:31 -05:00
2016-06-27 16:37:39 -04:00
2017-01-20 15:37:59 -05:00
2017-02-06 11:38:46 +08:00
2015-04-18 11:11:09 -06:00
2017-06-05 14:13:08 -04:00
2016-02-06 12:00:59 +01:00
2016-05-02 18:37:09 -04:00
2015-04-18 17:40:37 +02:00
2015-04-18 17:40:37 +02:00
2017-05-09 20:20:41 -04:00
2017-06-12 08:37:55 -04:00
2017-06-12 08:38:02 -04:00
2016-05-27 15:39:54 -04:00
2017-06-05 14:13:08 -04:00
2017-01-28 14:04:34 -05:00
2016-02-10 08:34:42 -05:00
2016-03-27 09:12:23 -04:00
2016-12-20 07:40:04 +01:00
2016-11-28 19:49:47 -05:00
2017-05-09 12:14:16 -06:00
2017-02-27 16:08:06 +01:00
2016-07-26 08:47:37 +02:00
2017-05-15 06:18:30 +02:00
2017-02-12 14:30:25 -05:00
2016-07-27 14:15:54 -06:00
2017-02-06 11:38:46 +08:00
2017-05-15 10:40:05 -04:00
2016-09-23 17:53:48 -04:00
2017-04-08 09:26:55 -04:00