Re: [PATCH] imx: dts: tbs2910: add u-boot dtsi to shrink image size

2020-01-09 Thread Soeren Moch
On 08.01.20 22:42, Anatolij Gustschin wrote: > On Fri, 6 Dec 2019 13:43:05 -0500 > Tom Rini tr...@konsulko.com wrote: > ... >> This gets an important conversation started. Perhaps we should expand >> OF_SPL_REMOVE_PROPS for full U-Boot, with some gating symbol for the >> platforms that do want to

Re: [PATCH] imx: dts: tbs2910: add u-boot dtsi to shrink image size

2020-01-08 Thread Anatolij Gustschin
On Fri, 6 Dec 2019 13:43:05 -0500 Tom Rini tr...@konsulko.com wrote: ... > This gets an important conversation started. Perhaps we should expand > OF_SPL_REMOVE_PROPS for full U-Boot, with some gating symbol for the > platforms that do want to pass through the full DT to the OS? I've sent patches

Re: [PATCH] imx: dts: tbs2910: add u-boot dtsi to shrink image size

2019-12-06 Thread Tom Rini
On Fri, Dec 06, 2019 at 11:03:17PM +0100, Heinrich Schuchardt wrote: > On 12/6/19 8:26 PM, Soeren Moch wrote: > > > > > > On 06.12.19 19:43, Tom Rini wrote: > > > On Fri, Dec 06, 2019 at 07:30:47PM +0100, Anatolij Gustschin wrote: > > > > > > > Use U-Boot specific board dtsi to remove some not u

Re: [PATCH] imx: dts: tbs2910: add u-boot dtsi to shrink image size

2019-12-06 Thread Heinrich Schuchardt
On 12/6/19 8:26 PM, Soeren Moch wrote: On 06.12.19 19:43, Tom Rini wrote: On Fri, Dec 06, 2019 at 07:30:47PM +0100, Anatolij Gustschin wrote: Use U-Boot specific board dtsi to remove some not used nodes and properties. With this change applied considerable size reduction has been observed:

Re: [PATCH] imx: dts: tbs2910: add u-boot dtsi to shrink image size

2019-12-06 Thread Soeren Moch
On 06.12.19 19:43, Tom Rini wrote: > On Fri, Dec 06, 2019 at 07:30:47PM +0100, Anatolij Gustschin wrote: > >> Use U-Boot specific board dtsi to remove some not used nodes and >> properties. With this change applied considerable size reduction >> has been observed: >> >> $ ./tools/buildman/buil

Re: [PATCH] imx: dts: tbs2910: add u-boot dtsi to shrink image size

2019-12-06 Thread Tom Rini
On Fri, Dec 06, 2019 at 07:30:47PM +0100, Anatolij Gustschin wrote: > Use U-Boot specific board dtsi to remove some not used nodes and > properties. With this change applied considerable size reduction > has been observed: > > $ ./tools/buildman/buildman -b tbs2910 -f tbs2910 || \ > ./tools

[PATCH] imx: dts: tbs2910: add u-boot dtsi to shrink image size

2019-12-06 Thread Anatolij Gustschin
Use U-Boot specific board dtsi to remove some not used nodes and properties. With this change applied considerable size reduction has been observed: $ ./tools/buildman/buildman -b tbs2910 -f tbs2910 || \ ./tools/buildman/buildman -b tbs2910 -sS tbs2910 ... Summary of 2 commits for 1 boar