projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13acfc6
)
AM3517:Build FIX: undef CONFIG_CMD_NFS support
author
Vaibhav Hiremath
<hvaibhav@ti.com>
Mon, 29 Nov 2010 21:36:07 +0000
(16:36 -0500)
committer
Sandeep Paulraj
<s-paulraj@ti.com>
Mon, 29 Nov 2010 21:36:07 +0000
(16:36 -0500)
Without CONFIG_CMD_NET support CONFIG_CMD_NFS leads
to linking error, so disable CONFIG_CMD_NFS option.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/am3517_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am3517_evm.h
b/include/configs/am3517_evm.h
index 3dda1e97e9dee008e6fd13908f3b5ece60f7cd51..70e8f07ba79280f561e066056e826ddb5d5fd630 100644
(file)
--- a/
include/configs/am3517_evm.h
+++ b/
include/configs/am3517_evm.h
@@
-163,6
+163,7
@@
#define CONFIG_DRIVER_OMAP34XX_I2C 1
#undef CONFIG_CMD_NET
+#undef CONFIG_CMD_NFS
/*
* Board NAND Info.
*/