[U-Boot] [PATCH] ti_armv7_common: enable setexpr

Tom Rini trini at konsulko.com
Thu Aug 6 17:04:46 CEST 2015


On Thu, Aug 06, 2015 at 09:48:27AM -0500, Nishanth Menon wrote:

> This allows us to do basic math in hush shell. For example:
> U-Boot# r1=10
> U-Boot# r2=20
> U-Boot# setexpr.l r3 $r1 + $r2
> U-Boot# echo $r3
> 30
> 
> Reported-by: Vitaly Andrianov <vitalya at ti.com>
> Suggested-by: Tom Rini <trini at ti.com>
> Signed-off-by: Nishanth Menon <nm at ti.com>

This needs to be done in the configs/ files now instead as we have
CMD_EXPR there.  In fact I'm not sure right now which would win, the
define here or the disable currently in the config files :)

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150806/65427f62/attachment.sig>


More information about the U-Boot mailing list