Re: [U-Boot-Users] [PATCH v2] Add setexpr command

2008-03-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Add a simple expr style command that will set an env variable as the result > of the command. This allows us to do simple math in shell. The following > operations are supported: &, |, ^, +, -, *, /. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> >

[U-Boot-Users] [PATCH v2] Add setexpr command

2008-02-14 Thread Kumar Gala
Add a simple expr style command that will set an env variable as the result of the command. This allows us to do simple math in shell. The following operations are supported: &, |, ^, +, -, *, /. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- docs will be added online since that appears to b