diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2010-11-29 16:30:47 -0500 |
---|---|---|
committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-11-29 16:30:47 -0500 |
commit | 84c611d33bebd4c37ee0dd8cd1e9468c75a9798b (patch) | |
tree | 5efcf261d4808128654407f8618bdd1ce24f85eb /include/configs/PM828.h | |
parent | 35cf884de2557461df0042f35d3bcc187e629545 (diff) | |
download | u-boot-imx-84c611d33bebd4c37ee0dd8cd1e9468c75a9798b.zip u-boot-imx-84c611d33bebd4c37ee0dd8cd1e9468c75a9798b.tar.gz u-boot-imx-84c611d33bebd4c37ee0dd8cd1e9468c75a9798b.tar.bz2 |
ARMV7: OMAP3: Fix build failure for igep0030 machine
Seems that if CONFIG_CMD_NET is undefined we should also
undefine CONFIG_CMD_NFS, otherwise build fails with various
undefined reference like:
net/libnet.o: In function `rpc_req':
u-boot/net/nfs.c:193: undefined reference to `NetEthHdrSize'
u-boot/net/nfs.c:202: undefined reference to `NetSendUDPPacket'
u-boot/net/nfs.c:203: undefined reference to `NetTxPacket'
u-boot/net/nfs.c:203: undefined reference to `NetServerEther'
This patch adds the undef CONFIG_CMD_NFS in configuration file.
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/PM828.h')
0 files changed, 0 insertions, 0 deletions