projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
powerpc/dts: Define '_end' symbol in mpc85xx U-Boot lds files
[u-boot.git]
/
arch
/
powerpc
/
cpu
/
mpc85xx
/
u-boot-nand.lds
diff --git
a/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
b/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
index 6db6da19aa34e28c391fa89ad2fac42c105fb247..75b0285e4e51d47718e39e8b3445ac5ce6e2a082 100644
(file)
--- a/
arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
+++ b/
arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
@@
-74,6
+74,7
@@
SECTIONS
.data.init : { *(.data.init) }
. = ALIGN(256);
__init_end = .;
+ _end = .;
.bootpg ADDR(.text) - 0x1000 :
{
This page took
0.027802 seconds
and
4
git commands to generate.