[U-Boot] [PATCH v5 11/27] net: Access mapped physmem in net functions

2015-03-03 Thread Joe Hershberger
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 --- Changes in v5: -Include new mapme

Re: [U-Boot] [PATCH v5 11/27] net: Access mapped physmem in net functions

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger wrote: > 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-of