]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap2plus_defconfig: reduce zImage size on omap2plus_defconfig
authorFelipe Balbi <balbi@ti.com>
Mon, 22 Dec 2014 17:56:27 +0000 (11:56 -0600)
committerTony Lindgren <tony@atomide.com>
Thu, 8 Jan 2015 00:38:58 +0000 (16:38 -0800)
commit115da810e7797c893ea9d3435d0291c5cd38ef4e
tree7c9cc7550d2319c1353da09a76204f01747c0ee8
parentc687bb41805a1238a38a086952014d5682516d9d
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