diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2012-02-29 18:00:23 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2012-04-24 23:58:31 -0500 |
commit | 5113ee706db56c5aef1e324ebcc944b80a07995d (patch) | |
tree | ebbdcfe6732c9a715ebb0a93fc831a38165e4a14 /common/miiphyutil.c | |
parent | 15c8c6c20cdd00d9a1a76f70297a09848d865657 (diff) | |
download | u-boot-imx-5113ee706db56c5aef1e324ebcc944b80a07995d.zip u-boot-imx-5113ee706db56c5aef1e324ebcc944b80a07995d.tar.gz u-boot-imx-5113ee706db56c5aef1e324ebcc944b80a07995d.tar.bz2 |
powerpc/85xx:Fix lds for nand boot debug info
Currently "u-boot", the elf file generated via u-boot-nand.lds does not
contain required debug information i.e. .debug_{line, info, abbrev, aranges,
ranges} into their respective _global_ sections.
The original ld script line arch/powerpc/cpu/mpc85xx/start.o
KEEP(*(.bootpg)) is not entirely correct because the start.o file is already
processed by the linker,therefore the file wildcard in "KEEP(*(.bootpg))" will
not process start.o again for bootpg.
So Fix u-boot-nand.lds to generate these debug information.
Signed-off-by: Anmol Paralkar <b07584@freescale.com>
Signed-off-by: John Russo <John.Russo@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'common/miiphyutil.c')
0 files changed, 0 insertions, 0 deletions