mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation
Use the newly introduced symbol __image_copy_end as end address for relocation of U-Boot image. This is needed for dynamic relocation added in later patches. This patch obsoletes the symbols uboot_end and uboot_end_data which are removed. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
parent
696a3b2a53
commit
28875e2c47
5 changed files with 9 additions and 19 deletions
|
@ -5,9 +5,6 @@
|
|||
* Copyright (C) 2003 Wolfgang Denk, DENX Software Engineering, wd@denx.de
|
||||
*/
|
||||
|
||||
extern ulong uboot_end_data;
|
||||
extern ulong uboot_end;
|
||||
|
||||
static inline unsigned long bss_start(void)
|
||||
{
|
||||
extern ulong __bss_start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue