]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL
authorHannes Petermaier <oe5hpm@oevsv.at>
Fri, 13 Jun 2014 04:25:29 +0000 (06:25 +0200)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:19:05 +0000 (11:19 -0400)
commit1f9ce3063cd723a1dcf0d02070f07c59491cf6f9
treee834ae37b3883d741a979fbb17d4095041c29df1
parent2b9912e6a7df7b1f60beb7942bd0e6fa5f9d0167
fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL

SPL stage does not support various networking things, and therefore
CONFIG_NETCONSOLE cannot be built within SPL.

Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
net/net.c