From: Donggeun Kim Date: Wed, 5 Jan 2011 01:51:30 +0000 (+0900) Subject: s5pc210: universal: remove the configuration for mkfs.ubifs and ubinize X-Git-Tag: v0.2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd19d21865a5cb0b56eacef4b7c48ce80ccafbe2;p=kernel%2Fu-boot.git s5pc210: universal: remove the configuration for mkfs.ubifs and ubinize Signed-off-by: Donggeun Kim --- diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index a488315..4a5a966 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -159,13 +159,6 @@ #define CONFIG_LZO #endif -/* To enable make ubifs and ubinized image*/ -#if 0 -#define CONFIG_LZO_COMPRESSION -#define CONFIG_UBIFS_MK -#define CONFIG_UBINIZE -#endif - #define CONFIG_FAT_WRITE /* To use the TFTPBOOT over USB, Please enable the CONFIG_CMD_NET */