x86: baytrail: fsp: Move Azalia update codes to board
authorBin Meng <bmeng.cn@gmail.com>
Fri, 13 Oct 2017 08:30:06 +0000 (01:30 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 19 Oct 2017 03:37:51 +0000 (11:37 +0800)
commit83262f99cd3619336b0d48257bc6595b7610a134
tree815e50daaa72ea47bea30782f3f216b659f2d4e2
parentf6859558ca4e18d3a76fafb85924a50026be82fb
x86: baytrail: fsp: Move Azalia update codes to board

Azalia configuration may be different across boards, hence it's not
appropriate to do that in the SoC level. Instead, let's make the
SoC update_fsp_azalia_configs() routine as a weak version, and do
the actual work in the board codes.

So far it seems only som-db5800-som-6867 board enables the Azalia.
Move the original codes into som-db5800-som-6867.c.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/x86/cpu/baytrail/fsp_configs.c
board/advantech/som-db5800-som-6867/som-db5800-som-6867.c