Re: [U-Boot] [PATCH v4 01/20] dm: allow limiting pre-reloc markings to spl or tpl

2017-02-21 Thread Simon Glass
On 18 February 2017 at 11:46, Heiko Stuebner wrote: > Right now the u-boot,dm-pre-reloc flag will make each marked node > always appear in both spl and tpl. But systems needing an additional > tpl might have special constraints for each, like the spl needing to > be very tiny. > > So introduce two

[U-Boot] [PATCH v4 01/20] dm: allow limiting pre-reloc markings to spl or tpl

2017-02-20 Thread Heiko Stuebner
Right now the u-boot,dm-pre-reloc flag will make each marked node always appear in both spl and tpl. But systems needing an additional tpl might have special constraints for each, like the spl needing to be very tiny. So introduce two additional flags to mark nodes for only spl or tpl environments