[U-Boot] [PATCH] ppc4xx: Remove unused feature from AR405 board

Matthias Fuchs matthias.fuchs at esd.eu
Mon Feb 1 13:54:09 CET 2010


This patch fixes building for AR405 boards by remove an unused feature.

Signed-off-by: Matthias Fuchs <matthias.fuchs at esd.eu>
---
 include/configs/AR405.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/AR405.h b/include/configs/AR405.h
index 73e34bd..52ead43 100644
--- a/include/configs/AR405.h
+++ b/include/configs/AR405.h
@@ -93,6 +93,7 @@
 #define CONFIG_CMD_IRQ
 #define CONFIG_CMD_ELF
 #define CONFIG_CMD_MII
+#undef CONFIG_CMD_NFS
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_BSP
 
-- 
1.6.1



More information about the U-Boot mailing list