From 971d164f626f586ac80636fec25e7fbdbf49f695 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 9 Jan 2012 01:25:18 +0800 Subject: param: add config to disable it this will allow to save 992 Bytes for TI xlaoder or AT91 bootstrap Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- lib/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Kconfig') diff --git a/lib/Kconfig b/lib/Kconfig index 6b4063d265..f886e6e2a5 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -1,4 +1,7 @@ menu "Library routines" +config PARAMETER + bool + config UNCOMPRESS bool select FILETYPE -- cgit v1.2.3