]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Kconfig
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)
commitf38cb2aca7ab95c4be53eb54497f91ba8a35e4a9
treebb97c57132c800e893a355955c57aa13b946e68d
parente47bbf7e0e160ad8a52927cf3411673413138285
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