commit | 4d1e4f69cd7b38adc9e6869b2f7d94235b1da9be | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 14 08:30:09 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 01 11:48:05 2020 -0400 |
tree | 1cfdbac0fe3f6b09b2e1477fcb11dc723fe80104 | |
parent | ea55ba0c925c846b52b7e1062ead3e6105aa3c06 [diff] |
socfpga: Enable optimized inlining on stratix10 Enable the new CONFIG_OPTIMIZE_INLINING and CONFIG_SPL_OPTIMIZE_INLINING options for this platform. With gcc-9.2 from kernel.org this saves us 1784 bytes in U-Boot and 80 bytes in SPL. Cc: Marek Vasut <marex@denx.de> Cc: Chin-Liang See <chin.liang.see@intel.com> Cc: Dinh Nguyen <dinh.nguyen@intel.com> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Marek Vasut <marex@denx.de>