From: DrEagle Date: Wed, 17 Dec 2014 14:02:45 +0000 (+0100) Subject: kirkwood: sheevaplug: fix multiple defines X-Git-Tag: v2015.04-rc2~39^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f30f4b5b285cb91e1e25b5b61a04beabe8c470b;p=oweals%2Fu-boot.git kirkwood: sheevaplug: fix multiple defines Signed-off-by: GĂ©rald Kerma Reviewed-by: Luka Perkov --- diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 3ebc989638..589655ab19 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -142,6 +142,5 @@ #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ #define CONFIG_MTD_PARTITIONS #define CONFIG_CMD_MTDPARTS -#define CONFIG_LZO #endif /* _CONFIG_SHEEVAPLUG_H */