| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-06 | microblaze: Correct build error in eth-uclass.c | Simon Glass | |
| This fixes the following error when building microblaze-generic: net/eth-uclass.c: In function 'eth_post_probe': net/eth-uclass.c:466:18: error: 'gd' undeclared (first use in this function) ops->start += gd->reloc_off; Fixes: db9391e1 ("net: Move driver-model code into its own file") Signed-off-by: Simon Glass <[email protected]> Acked-by: Joe Hershberger <[email protected]> | |||
| 2016-01-28 | net: Move driver-model code into its own file | Simon Glass | |
| Every other uclass is in its own file. Create a new eth-uclass.c file and move the driver-model code into it, so that networking is consistent. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Acked-by: Joe Hershberger <[email protected]> | |||
