提交 60480f81 编写于 作者: C Cooper Jr., Franklin 提交者: Tom Rini

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: NFranklin S Cooper Jr <fcooper@ti.com>
Tested-by: NMaxin B. John <maxin.john@enea.com>
Reviewed-by: NTom Rini <trini@konsulko.com>
上级 817aa32b
......@@ -301,7 +301,8 @@
"run netloadfdt; " \
"run netargs; " \
"bootz ${loadaddr} - ${fdtaddr}\0"
#else
#define NETARGS ""
#endif
#endif /* __CONFIG_TI_ARMV7_COMMON_H__ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册