commit | efc9072ac61cba9a413c1067fd6be3a606a7d9c4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Thu Apr 25 07:40:22 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu May 23 12:09:56 2013 +0200 |
tree | 5f433a275d6bb4261cf440ce76a226fdcef6d48f | |
parent | f0ec8afb42e3df2eb275f8dcb79d6d9029c6dc6f [diff] |
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>