On Thu, Jul 31, 2014 at 10:36 AM, Stephen Warren wrote:
> On 07/30/2014 04:54 PM, Bryan Wu wrote:
>>
>> Trying bootm for zImage will print out several error message which
>> is not necessary for this case. So detect image format firstly, only
>> try bootm for legacy and FIT format image then try b
On 07/30/2014 04:54 PM, Bryan Wu wrote:
Trying bootm for zImage will print out several error message which
is not necessary for this case. So detect image format firstly, only
try bootm for legacy and FIT format image then try bootz for others.
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
Trying bootm for zImage will print out several error message which
is not necessary for this case. So detect image format firstly, only
try bootm for legacy and FIT format image then try bootz for others.
Signed-off-by: Bryan Wu
---
common/cmd_pxe.c | 10 +++---
1 file changed, 7 insertions(
3 matches
Mail list logo