commit | 500f304b6bb8eeb369087a91da2f58a28bf04941 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Sun Dec 02 21:00:22 2012 -0600 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Jun 24 19:07:33 2013 -0500 |
tree | 54d84d14671f62d1778b461634579ddbfcced4fc | |
parent | 23b7194e61997910854f6566c9cad9ea75191f60 [diff] |
pxe: fix handling of different localboot values Add support for value of -1 For localboot. A value of -1 means return to u-boot prompt. The 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>