From: Quentin Armitage Date: Wed, 28 Oct 2015 00:47:16 +0000 (+0000) Subject: arm: kirkwood: Remove duplicate definition of CONFIG_CMD_FAT X-Git-Tag: v2016.01-rc2~302^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a19de3d2d5430ce401b6933dbfce39a45bb26c;p=pandora-u-boot.git arm: kirkwood: Remove duplicate definition of CONFIG_CMD_FAT include/configs/guruplug.h defined CONFIG_CMD_FAT twice. Signed-off-by: Quentin Armitage --- diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h index 318ea875977..48dd0e606ba 100644 --- a/include/configs/guruplug.h +++ b/include/configs/guruplug.h @@ -57,7 +57,6 @@ #define CONFIG_CMD_NAND #define CONFIG_CMD_PING #define CONFIG_CMD_USB -#define CONFIG_CMD_FAT /* * mv-common.h should be defined after CMD configs since it used them