Re: [U-Boot] [u-boot][PATCH] tftp: Remove command repetition.

2011-08-24 Thread Wolfgang Denk
Dear Marek Belisko, In message <1313348911-10817-1-git-send-email-marek.beli...@open-nandra.com> you wrote: > Lot of commands in u-boot have repeat command flag but not all are > very usefull. Remove this flag for tftp to avoid repeated file download > when user press enter. Why don't you consid

[U-Boot] [u-boot][PATCH] tftp: Remove command repetition.

2011-08-14 Thread Marek Belisko
Lot of commands in u-boot have repeat command flag but not all are very usefull. Remove this flag for tftp to avoid repeated file download when user press enter. Signed-off-by: Marek Belisko --- common/cmd_net.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd