
Patch http://patchwork.ozlabs.org/patch/296420/
Thanks, Shengzhou
-----Original Message----- From: York Sun [mailto:yorksun@freescale.com] Sent: Wednesday, December 04, 2013 12:16 PM To: Masahiro Yamada; Liu Shengzhou-B36685; u-boot@lists.denx.de Subject: Re: How to build T2080QDS board?
On 12/03/2013 08:02 PM, Masahiro Yamada wrote:
Hello Shengzhou and York.
Commit c4d0e81156a4 added support for T2080QDS board. But I cannot build this board with my crosstool: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/x86_ 64-gcc-4.6.3-nolibc_powerpc-linux.tar.xz
$ CROSS_COMPILE=powerpc-linux- T2080QDS --<snip>-- 7c8,00000000f00016d7] powerpc-linux-ld.bfd: u-boot: section .bootpg lma 0xeffff000 adjusted to 0xf00016d8 powerpc-linux-ld.bfd: u-boot: section .resetvec lma 0xeffffffc adjusted to 0xf0001c50 powerpc-linux-ld.bfd: u-boot: section .u_boot_list lma 0xf00016d8 adjusted to 0xf0001c54 make[1]: *** [u-boot] Error 1 make[1]: Leaving directory `/home/yamada/workspace/u-boot' make: *** [T2080QDS] Error 2
How can I resolve this error ?
I noticed this error. It was OK when I request the merge. I think something else merged from other repositories increased the overall size. Shengzhou is investigating and will post a patch to fix soon.
York