Re: [U-Boot] [PATCH v2 0/5] Patches to reduce TPL code size

2017-04-09 Thread Simon Glass
Hi Heiko, On 4 April 2017 at 04:43, Heiko Stuebner wrote: > Am Dienstag, 4. April 2017, 11:34:52 CEST schrieb Heiko Stübner: >> Am Sonntag, 2. April 2017, 09:50:27 CEST schrieb Simon Glass: >> > With the rockchip 'rock' board some build and code size problems have come >> > to light with TPL. Thi

Re: [U-Boot] [PATCH v2 0/5] Patches to reduce TPL code size

2017-04-04 Thread Heiko Stuebner
Am Dienstag, 4. April 2017, 11:34:52 CEST schrieb Heiko Stübner: > Am Sonntag, 2. April 2017, 09:50:27 CEST schrieb Simon Glass: > > With the rockchip 'rock' board some build and code size problems have come > > to light with TPL. This series provides a few ideas to improve things. > > great stuff

Re: [U-Boot] [PATCH v2 0/5] Patches to reduce TPL code size

2017-04-04 Thread Heiko Stübner
Am Sonntag, 2. April 2017, 09:50:27 CEST schrieb Simon Glass: > With the rockchip 'rock' board some build and code size problems have come > to light with TPL. This series provides a few ideas to improve things. great stuff! With these patches applied, rk3188-rock still boots and the TPL has come

[U-Boot] [PATCH v2 0/5] Patches to reduce TPL code size

2017-04-02 Thread Simon Glass
With the rockchip 'rock' board some build and code size problems have come to light with TPL. This series provides a few ideas to improve things. Changes in v2: - Adjust the option to be SPL-only - Change the option to default to off (name it CONFIG_SPL_TINY_MEMSET) - Add a new patch to enable CON