]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Fix build regression in cmd_pxe.c
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 24 Jun 2013 22:21:04 +0000 (17:21 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 25 Jun 2013 00:10:03 +0000 (19:10 -0500)
commit58d9ff936f106d8319a4be8a253a66adc2772736
tree5b7bf8f92c7d7d9c9080773789faba9afd85f8cb
parent39f985536d3f0df5dba32c15b64ba2b5d32dd296
net: Fix build regression in cmd_pxe.c

Not all boards define an SOC.  As a result, we can't depend on that.

This was introduced in 39f985536d3f0df5dba32c15b64ba2b5d32dd296

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
common/cmd_pxe.c