commit | dcee9cf9aaf0e2e2d56a0d4744195ba41802a52c | [log] [tgz] |
---|---|---|
author | Cooper Jr., Franklin <fcooper@ti.com> | Wed Jun 10 08:54:02 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 18 16:11:40 2015 -0400 |
tree | f92210fc37956d03e57991eecef39aa161228cd1 | |
parent | 6bd1ecff72b5676432e36520cbf91134bb3341c7 [diff] |
ti: am335x/am437x/omap5 devices: Fix breakage when CONFIG_CMD_NET is not used Currently there is no default value for NETARGS if CONFIG_CMD_NET=y isn't set. This results in build errors which was first discovered when trying to run make env. By defining a blank NETARGS these errors can be avoided. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Tested-by: Maxin B. John <maxin.john@enea.com> Reviewed-by: Tom Rini <trini@konsulko.com>