commit | 56f01746ab5c6950bd0f76d02252ee4450f86659 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun May 03 17:22:43 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Wed May 20 13:20:25 2020 +0200 |
tree | c6c27f3fcadcf35107f2577505b282437f4b39b9 | |
parent | 03578d940dd3c19893c66e08be72f9ff1aa3d5c9 [diff] |
sh: Enable ffunction-sections and fdata-sections Enable these two options to let compiler eliminate unused code. On R2Dplus, this results in considerable amount of saved space: text data bss dec hex filename - 266580 13196 39076 318852 4dd84 u-boot + 220214 12797 38745 271756 4258c u-boot Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Tom Rini <trini@konsulko.com>