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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82a19de3d2d5430ce401b6933dbfce39a45bb26c;p=people%2Fms%2Fu-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 318ea87597..48dd0e606b 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