]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pxe: support linux entries for labels
authorRob Herring <rob.herring@calxeda.com>
Wed, 28 Mar 2012 05:51:35 +0000 (05:51 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 21 Jun 2012 20:35:00 +0000 (22:35 +0200)
commitbeb9f6c6789edaf0ab20d4105b80299a92f6fdb9
tree6d317341b5b963728b96d1f39eb31f511c803bcf
parent7815c4e89fbf2ce91c740a7aa110f1ff7b35b8ed
pxe: support linux entries for labels

Kernels can be specified using "linux" or "kernel" entry. The difference
is kernel is supposed to detect the type of file, but for u-boot both are
treated the same.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
common/cmd_pxe.c