Re: [U-Boot] [PATCH v6 3/4] OMAP: networking support for SPL

2012-09-18 Thread Ilya Yanok
Hi Tom, On Tue, Sep 18, 2012 at 4:17 AM, Tom Rini wrote: > > Please add a GPLv2+ header to the file, thanks. > Done. > > > diff --git a/lib/vsprintf.c b/lib/vsprintf.c index e38a4b7..6bb819c > > 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -784,7 +784,7 > > @@ void panic(const char *fm

Re: [U-Boot] [PATCH v6 3/4] OMAP: networking support for SPL

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 13:26, Ilya Yanok wrote: > This patch adds support for networking in SPL. Some devices are > capable of loading SPL via network so it makes sense to load the > main U-Boot binary via network too. This patch tries to use > existing networ