]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Export auto_load, use it in rarp
authorSimon Glass <sjg@chromium.org>
Thu, 27 Oct 2011 06:24:32 +0000 (06:24 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:53:58 +0000 (23:53 +0200)
commite4a3d57dc79e8c94e3272c4a82b146df0fe3dda6
tree1f56c6b874ec39a786bdd878fb752cf3996015a2
parented1ada712aa206bfa51caf56f27659baa05623bf
net: Export auto_load, use it in rarp

The rarp code includes another instance of the auto_load logic, so call
what is now net_auto_load() instead.

This also fixes an incorrect call to TftpStart() which was never seen
since apparently no boards enable rarp.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
include/net.h
net/bootp.c
net/net.c
net/rarp.c