
On Wed, Jan 8, 2014 at 6:58 AM, Tom Rini trini@ti.com wrote:
Ah toolchain fun, that's why I hadn't seen this, all of mine build around 32KiB.
arm-linux-gnueabi-gcc --version arm-linux-gnueabi-gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
So, where is the 38KiB max size we set valid, on OMAP4 devices?
as I mentioned in my commit message,
32k limit is on OMAP4 devices -> Default accessible "non-secure" SRAM out of the total of 56K is only 32K.
Sricharan already pointed at http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=dcc23576384dbb875a442...
Any further savings will be great. Regards, Nishanth Menon