Re: [U-Boot] [PATCH] tbs2910: Disable Plan9/RTEMS bootm support

2019-11-03 Thread Tom Rini
On Sun, Nov 03, 2019 at 03:32:13PM +0100, Stefano Babic wrote: > On 03/11/19 13:41, Tom Rini wrote: > > We have once again reached a point where this board does not build in > > some cases with supported toolchains due to reaching a size constraint. > > To regain some space, disable support for Pla

Re: [U-Boot] [PATCH] tbs2910: Disable Plan9/RTEMS bootm support

2019-11-03 Thread Stefano Babic
On 03/11/19 13:41, Tom Rini wrote: > We have once again reached a point where this board does not build in > some cases with supported toolchains due to reaching a size constraint. > To regain some space, disable support for Plan 9 / RTEMS images with the > bootm command. > > Signed-off-by: Tom Ri