
9 Sep
2014
9 Sep
'14
8:17 a.m.
On 09.09.2014 08:12, Masahiro Yamada wrote:
Each CPU of PowerPC has its default linker script under the CPU directory, except mpc8xx.
Every mpc8xx board has its own linker script under the board directory, resulting in lots of duplication of linker scripts.
I notice eight mpc8xx boards have the same linker script. We can decrease the number of linker scripts by putting a single default linker script, arch/powerpc/cpu/mpc8xx/u-boot.lds.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Wolfgang Denk wd@denx.de
Thanks again for spotting such issues:
Acked-by: Stefan Roese sr@denx.de
Thanks, Stefan