diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2010-02-01 13:54:09 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2010-02-03 09:17:56 +0100 |
commit | 4710cee1b5292fe077a67cc23193cc43060fbe3d (patch) | |
tree | 4117b366259c2d1845c5a9c0272fc589688c104f /include/configs | |
parent | 976c21ad8e136df0ec361aca0c4bc287c5637c01 (diff) | |
download | u-boot-imx-4710cee1b5292fe077a67cc23193cc43060fbe3d.zip u-boot-imx-4710cee1b5292fe077a67cc23193cc43060fbe3d.tar.gz u-boot-imx-4710cee1b5292fe077a67cc23193cc43060fbe3d.tar.bz2 |
ppc4xx: Remove unused feature from AR405 board
This patch fixes building for AR405 boards by remove an unused feature.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | 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 |