s5pc210: universal: remove the configuration for mkfs.ubifs and ubinize
authorDonggeun Kim <dg77.kim@samsung.com>
Wed, 5 Jan 2011 01:51:30 +0000 (10:51 +0900)
committerDonggeun Kim <dg77.kim@samsung.com>
Wed, 5 Jan 2011 01:51:30 +0000 (10:51 +0900)
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
include/configs/s5pc210_universal.h

index a488315..4a5a966 100644 (file)
 #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 */