diff options
author | Felipe Balbi <balbi@ti.com> | 2016-01-11 15:26:12 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-15 09:07:09 -0800 |
commit | 02f1cc3c1a121c70cdf95e986f7f2fb4323cc5a3 (patch) | |
tree | e854926839292ad42331974bedd21569e9429e58 /arch/arm/configs/omap2plus_defconfig | |
parent | c08659d431b40ad5beb97d7dde49ad9796cb812c (diff) | |
download | blackbird-op-linux-02f1cc3c1a121c70cdf95e986f7f2fb4323cc5a3.tar.gz blackbird-op-linux-02f1cc3c1a121c70cdf95e986f7f2fb4323cc5a3.zip |
ARM: omap2plus_defconfig: enable SPLIT and DWARF4
CONFIG_DEBUG_INFO_SPLIT will split debug info on
.dwo files. This will generate a smaller vmlinux and
smaller .ko modules, which will be easier to ship on
certain products.
CONFIG_DEBUG_INFO_DWARF4 will generate debug info in
DWARF4 format, which ends up being larger, but
improves the probability of resolving variables in
optmized code.
Signed-off-by: Felipe Balbi <balbi@ti.com>
[tony@atomide.com: this makes initramfs quite a bit smaller]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index c5e1943e5427..0b3e471a4262 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -449,6 +449,8 @@ CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y CONFIG_PRINTK_TIME=y CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_INFO_SPLIT=y +CONFIG_DEBUG_INFO_DWARF4=y CONFIG_MAGIC_SYSRQ=y CONFIG_SCHEDSTATS=y CONFIG_TIMER_STATS=y |