[U-Boot] [PATCH v1] cmd: sspi: Add an additional argument to set the bus frequency
Tom Rini
trini at konsulko.com
Fri Feb 17 17:36:40 UTC 2017
On Fri, Feb 17, 2017 at 06:27:28PM +0100, Philipp Tomsich wrote:
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
Please add a bit more information here as to why you need this, in the
commit message.
[snip]
> + if (argc >= 5)
> + hz = simple_strtoul(argv[4], NULL, 10);
You need an else here to set hz to the previously used value. Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170217/ea1b3c5b/attachment.sig>
More information about the U-Boot
mailing list