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 <vita...@ti.com>
> Suggested-by: Tom Rini <tr...@ti.com>
> Signed-off-by: Nishanth Menon <n...@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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to