[U-Boot] [U-Boot, 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}

Derald D. Woods woods.technical at gmail.com
Wed Dec 27 15:22:20 UTC 2017


On Wed, Dec 27, 2017 at 08:15:11AM -0500, Tom Rini wrote:
> On Sat, Dec 16, 2017 at 08:36:06PM -0600, Derald D. Woods wrote:
> 
> > This commit updates the configuration files needed to support OF_CONTROL
> > on the OMAP3 EVM baseboard.
> > 
> > Additionally:
> > - CONFIG_SYS_THUMB_BUILD is enabled
> > - CONFIG_SPL_ENV_SUPPORT is enabled
> > - CONFIG_SPL_EXT_SUPPORT is enabled
> > 
> > Tested using GCC 7.2.0 [--with-float=hard --with-mode=thumb].
> > 
> > Signed-off-by: Derald D. Woods <woods.technical at gmail.com>
> > ---
> > 
> > v2:
> > - Added CONFIG_SPL_ENV_SUPPORT and CONFIG_SPL_EXT_SUPPORT
> > - Bring back bus and filesystem commands previously dropped
> > - Update commit message
> 
> So, this fails for me:
> https://travis-ci.org/trini/u-boot/jobs/321879321
> 
> There's two possible reasons.  One, gcc 7.2.0 is doing a better job of
> optimizing things down and it still fits in SRAM.  Or two, I noticed
> when test building this at first that CONFIG_SPL_EXT_SUPPORT was both
> enabled then disabled in the defconfig, and the disable won.  Given the
> commit message about enabling it specifically I also dropped the disable
> line from the defconfig.  Perhaps there's really not room for
> CONFIG_SPL_EXT_SUPPORT ?
> 

Okay. I will revert the CONFIG_SPL_EXT_SUPPORT so that the 'CI' build
works for the board. A 'V3' will be posted shortly.

Derald



More information about the U-Boot mailing list