]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: Enable -ffunction-sections / -fdata-sections / --gc-sections
authorTom Rini <trini@ti.com>
Thu, 25 Apr 2013 07:40:22 +0000 (07:40 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 23 May 2013 10:09:56 +0000 (12:09 +0200)
commitfd725691797bb3192af15a15c2cba7d0b2ee9327
tree5f433a275d6bb4261cf440ce76a226fdcef6d48f
parent0ad6c34c3ed7d8e0595f8647dd7175eff18a8474
arm: Enable -ffunction-sections / -fdata-sections / --gc-sections

While other architectures have enabled these gcc / ld options for some
time on U-Boot itself, ARM has only been doing this on SPL.  Enable this
on full U-Boot as well now.

Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/config.mk
arch/arm/cpu/ixp/config.mk