summaryrefslogtreecommitdiff
path: root/common/cmd_pxe.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27cmd_pxe.c: fix strict-aliasing warningsJason Hobbs1-8/+8
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-4/+4
2012-03-07Rename run_command2() to run_command()Simon Glass1-1/+1
2011-12-21common/cmd_pxe.c: Fix GCC 4.6 build warningsHeiko Schocher1-1/+1
2011-12-07pxe: make the first label the implicit defaultJason Hobbs1-3/+14
2011-10-18Add pxe commandJason Hobbs1-0/+1355