[U-Boot] [PATCH 02/10] x86: fsp: Move fsp_azalia include out of fsp_support.h

Bin Meng bmeng.cn at gmail.com
Tue Aug 20 03:33:32 UTC 2019


Hi Simon,

On Mon, Aug 19, 2019 at 6:51 AM Simon Glass <sjg at chromium.org> wrote:
>
> This file is only used by one board and we don't need the types for most

Two boards based on the changes in the commit.

> FSP files so it is wasteful to include it so widely. Drop it from this
> header.
>

But it does no harm to include this header, right? Does FSPv2 not
support the fsp_azalia struct?

> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/cpu/braswell/fsp_configs.c                       | 1 +
>  arch/x86/include/asm/fsp1/fsp_support.h                   | 4 +++-
>  board/advantech/som-db5800-som-6867/som-db5800-som-6867.c | 1 +
>  3 files changed, 5 insertions(+), 1 deletion(-)
>

Regards,
Bin


More information about the U-Boot mailing list