[PATCH 1/2] Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configs
Simon Glass
sjg at chromium.org
Sat Mar 12 03:25:07 CET 2022
On Tue, 22 Feb 2022 at 10:20, Sean Anderson <sean.anderson at seco.com> wrote:
>
> 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 at seco.com>
> ---
>
> Kconfig | 17 ++++++++++++++---
> Makefile | 4 +++-
> arch/sh/lib/Makefile | 2 +-
> 3 files changed, 18 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list