ARM: omap2plus_defconfig: reduce zImage size on omap2plus_defconfig
commit40b2091fba26439fead7e3737737454dba94897f
authorFelipe Balbi <balbi@ti.com>
Mon, 22 Dec 2014 17:56:27 +0000 (22 11:56 -0600)
committerTony Lindgren <tony@atomide.com>
Thu, 8 Jan 2015 00:38:58 +0000 (7 16:38 -0800)
tree7c9cc7550d2319c1353da09a76204f01747c0ee8
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
ARM: omap2plus_defconfig: reduce zImage size on omap2plus_defconfig

By converting a few drivers to modules because they
won't be needed during boot anyways, we can shave off
about 700KiB of text.

Note that while at that, and after discussions with Tony
Lindgren, a few extra drivers were either removed because
they weren't needed, or added because they're useful for
debugging/testing.

Below is output of size for pre and post vmlinux binaries:

   text    data     bss     dec     hex filename
8514799  765532 8416064 17696395        10e068b vmlinux-post-patch
9069110  800316 8419072 18288498        1170f72 vmlinux-pre-patch

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/configs/omap2plus_defconfig