commit | c27d56064f9ab335e8de32421843313cadb89932 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Thu Apr 12 13:55:20 2012 -0500 |
committer | John Rigby <john.rigby@linaro.org> | Thu Dec 06 13:51:49 2012 -0700 |
tree | da8d356c2aedcf038d8a4d2ffa3f783e06d0906f | |
parent | 2619f51a00a58a184850f308c24a336fd8824fac [diff] |
pxe: localboot fixes Add support for value of -1 For localboot. A value of -1 means return to u-boot prompt. localboot value is often 0, so we need to distinguish the value from localboot being selected. A value of greater than or equal to 0 means attempt local boot command. If localboot is selected, we don't want to try other entries. Signed-off-by: Rob Herring <rob.herring@calxeda.com>