commit | 22591d0ffb18beaf4bbd0e40ad9be6fb2c8b95fb | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Thu May 07 21:29:18 2015 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed May 27 13:35:48 2015 -0400 |
tree | f717babba339a9dda9d3af42badee2f2ad229d25 | |
parent | e5d831dbb98237f61177224f3f9d892c0b8510b8 [diff] |
pxe: Fix crash if 'sysboot' is run without args Previously, a NULL pointer dereference would occur if the 'sysboot' command is executed without any arguments. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Reviewed-by: Simon Glass <sjg@chromium.org>