From 49e7bdc61abd42ac7dcf9842d6c7f4e86cd73d31 Mon Sep 17 00:00:00 2001 From: Donggeun Kim Date: Wed, 5 Jan 2011 10:30:26 +0900 Subject: [PATCH] s5pc210: universal: disable mkfs.ubifs and ubinize Signed-off-by: Donggeun Kim --- include/configs/s5pc210_universal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index b66a03d..a488315 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -160,9 +160,11 @@ #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 -- 2.7.4