
23 Mar
2015
23 Mar
'15
5:04 p.m.
Hi Joe,
On 22 March 2015 at 16:09, Joe Hershberger joe.hershberger@ni.com wrote:
This value is not used by the network stack and is available in the global data, so stop passing it around. For the one legacy function that still expects it (init op on old Ethernet drivers) pass in the global pointer version directly to avoid changing that interface.
Signed-off-by: Joe Hershberger joe.hershberger@ni.com Reported-by: Simon Glass sjg@chromium.org Reviewed-by: Simon Glass sjg@chromium.org
Changes in v7: -Fixed compile error in 4xx_enet.c
This fixes the compile error but introduced a warning. However the fix was trivial (just removing a variable declaration). So I applied that fix to your patch.
Applied to u-boot-dm/next, thanks!