Re: [U-Boot] [PATCH] Makefile: use u-boot.map for binary_size_check

2014-07-24 Thread Wolfgang Denk
Dear Chris Packham, In message 1406179627-9496-1-git-send-email-judge.pack...@gmail.com you wrote: u-boot.map is generated automatically by the compiler and more importantly can handle addresses 4GB. ... I think it should be possible to change binary_size_check to use u-boot.map instead of

Re: [U-Boot] [PATCH] Makefile: use u-boot.map for binary_size_check

2014-07-24 Thread Tom Rini
On Thu, Jul 24, 2014 at 10:31:14AM +0200, Wolfgang Denk wrote: Dear Chris Packham, In message 1406179627-9496-1-git-send-email-judge.pack...@gmail.com you wrote: u-boot.map is generated automatically by the compiler and more importantly can handle addresses 4GB. ... I think it should

Re: [U-Boot] [PATCH] Makefile: use u-boot.map for binary_size_check

2014-07-24 Thread Chris Packham
Hi Wolfgang, Tom, On Fri, Jul 25, 2014 at 1:50 AM, Tom Rini tr...@ti.com wrote: On Thu, Jul 24, 2014 at 10:31:14AM +0200, Wolfgang Denk wrote: Dear Chris Packham, In message 1406179627-9496-1-git-send-email-judge.pack...@gmail.com you wrote: u-boot.map is generated automatically by the

[U-Boot] [PATCH] Makefile: use u-boot.map for binary_size_check

2014-07-23 Thread Chris Packham
u-boot.map is generated automatically by the compiler and more importantly can handle addresses 4GB. --- On Thu, Jul 24, 2014 at 5:14 PM, Chris Packham judge.pack...@gmail.com wrote: Hi Simon, On Wed, Jul 23, 2014 at 10:27 PM, Simon Glass s...@chromium.org wrote: On 22 July 2014 18:08, Chris