projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a932f
)
MIPS: define __init_end in u-boot.lds
author
Paul Burton
<
[email protected]
>
Mon, 7 Apr 2014 09:11:19 +0000
(10:11 +0100)
committer
Daniel Schwierzeck
<
[email protected]
>
Sun, 20 Apr 2014 11:16:43 +0000
(13:16 +0200)
The generic board code uses the __init_end symbol to calculate
monitor_flash_len. Define said symbol for MIPS, equivalent to
__image_copy_end which is used for the same purpose in
arch/mips/lib/board.c.
Signed-off-by: Paul Burton <
[email protected]
>
arch/mips/cpu/u-boot.lds
patch
|
blob
|
history
diff --git
a/arch/mips/cpu/u-boot.lds
b/arch/mips/cpu/u-boot.lds
index 4c9edf8a6928178a16386c8307167b2df9ad3a86..e504ea754403a23df0bd81b0079a2f9e40739a56 100644
(file)
--- a/
arch/mips/cpu/u-boot.lds
+++ b/
arch/mips/cpu/u-boot.lds
@@
-53,6
+53,7
@@
SECTIONS
. = ALIGN(4);
__image_copy_end = .;
+ __init_end = .;
.rel.dyn : {
__rel_dyn_start = .;