1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-01 19:05:51 +01:00

Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh

This commit is contained in:
Tom Rini
2018-01-27 14:50:52 -05:00
126 changed files with 37442 additions and 1451 deletions

View File

@@ -438,7 +438,7 @@ static int ravb_config(struct udevice *dev)
return 0;
}
int ravb_start(struct udevice *dev)
static int ravb_start(struct udevice *dev)
{
struct ravb_priv *eth = dev_get_priv(dev);
int ret;