Re: [U-Boot] [PATCH 05/10] pxe: use bootz instead of bootm when enabled

2012-12-03 Thread Rob Herring
On 12/03/2012 06:22 AM, Wolfgang Denk wrote: > Dear Rob Herring, > > In message <1354503629-25621-6-git-send-email-robherri...@gmail.com> you > wrote: >> From: Rob Herring >> >> Standard pxelinux servers would use zImage rather than u-boot image >> format, so use bootz instead of bootm if enable

Re: [U-Boot] [PATCH 05/10] pxe: use bootz instead of bootm when enabled

2012-12-03 Thread Wolfgang Denk
Dear Rob Herring, In message <1354503629-25621-6-git-send-email-robherri...@gmail.com> you wrote: > From: Rob Herring > > Standard pxelinux servers would use zImage rather than u-boot image > format, so use bootz instead of bootm if enabled. Why would this be the case? We should encourage the

[U-Boot] [PATCH 05/10] pxe: use bootz instead of bootm when enabled

2012-12-02 Thread Rob Herring
From: Rob Herring Standard pxelinux servers would use zImage rather than u-boot image format, so use bootz instead of bootm if enabled. Signed-off-by: Rob Herring --- common/cmd_pxe.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common/cmd_pxe.c b/common/cmd_