Re: [U-Boot] [PATCH] igep00x0: Use all SRAM available for SPL.

2016-04-27 Thread Tom Rini
On Tue, Apr 26, 2016 at 05:05:33PM +0200, Enric Balletbo i Serra wrote: > Internal SRAM starts at 0x4020 and ends at 0x4020, so there > are 64KB available to be used for SPL. This will also help some > compilers to fit all the code into the allocated space. > > Signed-off-by: Enric Balletb

Re: [U-Boot] [PATCH] igep00x0: Use all SRAM available for SPL.

2016-04-27 Thread Heiko Schocher
Hello Enric, Am 27.04.2016 um 09:00 schrieb Enric Balletbo Serra: Hi Heiko, 2016-04-27 6:25 GMT+02:00 Heiko Schocher mailto:h...@denx.de>>: > Hello Enric, > > Am 26.04.2016 um 17:05 schrieb Enric Balletbo i Serra: >> >> Internal SRAM starts at 0x4020 and ends at 0x4020, so there >

Re: [U-Boot] [PATCH] igep00x0: Use all SRAM available for SPL.

2016-04-27 Thread Enric Balletbo Serra
Hi Heiko, 2016-04-27 6:25 GMT+02:00 Heiko Schocher : > Hello Enric, > > Am 26.04.2016 um 17:05 schrieb Enric Balletbo i Serra: >> >> Internal SRAM starts at 0x4020 and ends at 0x4020, so there >> are 64KB available to be used for SPL. This will also help some >> compilers to fit all the co

Re: [U-Boot] [PATCH] igep00x0: Use all SRAM available for SPL.

2016-04-26 Thread Heiko Schocher
Hello Enric, Am 26.04.2016 um 17:05 schrieb Enric Balletbo i Serra: Internal SRAM starts at 0x4020 and ends at 0x4020, so there are 64KB available to be used for SPL. This will also help some compilers to fit all the code into the allocated space. Signed-off-by: Enric Balletbo i Serra

[U-Boot] [PATCH] igep00x0: Use all SRAM available for SPL.

2016-04-26 Thread Enric Balletbo i Serra
Internal SRAM starts at 0x4020 and ends at 0x4020, so there are 64KB available to be used for SPL. This will also help some compilers to fit all the code into the allocated space. Signed-off-by: Enric Balletbo i Serra --- include/configs/omap3_igep00x0.h | 7 +++ 1 file changed, 7 in