]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Access mapped physmem in net functions
authorJoe Hershberger <joe.hershberger@ni.com>
Sun, 22 Mar 2015 22:09:08 +0000 (17:09 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:30 +0000 (21:47 +0200)
commit9deeb8cf6e0e37ed8bdec4fe37f6118e709baa0c
tree4d1fa901f9677916b0dd0ad8f47987c88ac3c5c7
parent4b31268b4da82e10d5a2ecd8930816fe3f0f599f
net: Access mapped physmem in net functions

Previously the net functions would access memory assuming physmem did
not need to be mapped.  In sandbox, that's not the case.

Now we map the physmem specified by the user in loadaddr to the buffer
that represents that space.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
net/nfs.c
net/tftp.c