From: Gokul Caushik Date: Fri, 20 Jul 2012 01:04:42 +0000 (-0700) Subject: x86, boot: Exclude cmdline.c if you can't use it X-Git-Tag: v3.6-rc1~92^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd448d4d0a1bd88dc6fdc41217b2c25383fa8529;p=pandora-kernel.git x86, boot: Exclude cmdline.c if you can't use it CONFIG_EARLY_PRINTK is the only feature that might use command line parsing in the decompression stage. If it is disabled then we can exclude the related code to save space. This can result in an estimated space savings of 2240 bytes from the compressed kernel image. Signed-off-by: Joe Millenbach Link: http://lkml.kernel.org/r/1342746282-28497-8-git-send-email-jmillenbach@gmail.com Signed-off-by: Gokul Caushik Reviewed-by: Josh Triplett Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed