]> git.baikalelectronics.ru Git - uboot.git/commit
Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configs
authorSean Anderson <sean.anderson@seco.com>
Tue, 22 Feb 2022 17:19:24 +0000 (12:19 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 25 Mar 2022 17:35:50 +0000 (13:35 -0400)
commite2a1529c248a88c382c298c28637a0bc7b333249
treebb97c57132c800e893a355955c57aa13b946e68d
parent403342903a08a875d7f70903cf06e65801638081
Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configs

This adds a separate CONFIG_CC_OPTIMIZE_FOR_SPEED option in a choice,
in preparation for adding another optimization option. Also convert SH's
makefile to use this new option.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Kconfig
Makefile
arch/sh/lib/Makefile