Re: [U-Boot] [PATCH] net/bootp: add CONFIG_BOOTP_BOOTFILE

2014-01-29 Thread Christian Gmeiner
2014-01-15 Wolfgang Denk : > Dear Christian Gmeiner, > > In message <1389688171-31688-1-git-send-email-christian.gmei...@gmail.com> > you wrote: >> In some cases the TFTP server provides a bootfile name, which >> does not expects our requirements. Make it possible to >> not store the TFTP provided

Re: [U-Boot] [PATCH] net/bootp: add CONFIG_BOOTP_BOOTFILE

2014-01-14 Thread Wolfgang Denk
Dear Christian Gmeiner, In message <1389688171-31688-1-git-send-email-christian.gmei...@gmail.com> you wrote: > In some cases the TFTP server provides a bootfile name, which > does not expects our requirements. Make it possible to > not store the TFTP provided bootfile in the environment. There

[U-Boot] [PATCH] net/bootp: add CONFIG_BOOTP_BOOTFILE

2014-01-14 Thread Christian Gmeiner
In some cases the TFTP server provides a bootfile name, which does not expects our requirements. Make it possible to not store the TFTP provided bootfile in the environment. Signed-off-by: Christian Gmeiner --- README |4 net/bootp.c |2 ++ 2 files changed, 6 insertions(+) dif