[U-Boot] [U-Boot, 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}
Tom Rini
trini at konsulko.com
Wed Dec 27 13:15:11 UTC 2017
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 ?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171227/5f97f9bc/attachment.sig>
More information about the U-Boot
mailing list