commit | 55d5fd9a84ced5c5feb5eda0db1523fa3c2fc742 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Sun Mar 22 17:09:08 2015 -0500 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:11 2015 -0600 |
tree | 3111a6255f6b933140d445125e5d3b46107982fe | |
parent | 5c421331d5a8eac754c4509a4c710ef334b823c5 [diff] |
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>