From 6c79f9cfd55a56c511475f66085a9ebcc4ee95b4 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Thu, 25 Feb 2010 16:40:44 +0900 Subject: [PATCH] s5pc110: aquila: Disable TFTP and Add dummy UBI configuration Signed-off-by: Kyungmin Park --- include/configs/s5pc1xx_universal.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index 0ae81ef..0745304 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -110,6 +110,7 @@ #undef CONFIG_CMD_IMLS #undef CONFIG_CMD_FLASH #undef CONFIG_CMD_IMLS +#undef CONFIG_CMD_ITEST #define CONFIG_CMD_CACHE #define CONFIG_CMD_REGINFO #define CONFIG_CMD_ONENAND @@ -131,8 +132,14 @@ #define CONFIG_ZERO_BOOTDELAY_CHECK +/* To enable UBI command */ +#if 0 +#define CONFIG_CMD_UBI +#define CONFIG_RBTREE +#endif + /* To use the TFTPBOOT over USB, Please enable the CONFIG_CMD_NET */ -//#undef CONFIG_CMD_NET +#undef CONFIG_CMD_NET #ifdef CONFIG_CMD_NET /* Ethernet */ -- 2.7.4