summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fsp/fsp_support.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-10-13 11:30:04 +0300
committerBin Meng <bmeng.cn@gmail.com>2017-10-19 06:37:51 +0300
commitabddcd52ab4979a57dc90ce1b90f8121b43d91b2 (patch)
tree1c9ce5d225e9a594463049ee48f51b6fa61a56ea /arch/x86/include/asm/fsp/fsp_support.h
parent3322a8e1a3dd9964b249673f5922a5093bfaf201 (diff)
downloadu-boot-abddcd52ab4979a57dc90ce1b90f8121b43d91b2.tar.xz
x86: fsp: Consolidate Azalia header file
So far there are two copies of Azalia struct defines with one in baytrail and the other one in braswell. This consolidates these two into one, put it in the common place, and remove the prefix pch_ to these structs to make their names more generic. This also corrects reset_wait_timer from us to ms. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/x86/include/asm/fsp/fsp_support.h')
-rw-r--r--arch/x86/include/asm/fsp/fsp_support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/fsp/fsp_support.h b/arch/x86/include/asm/fsp/fsp_support.h
index 97a50b0a73..df3add008c 100644
--- a/arch/x86/include/asm/fsp/fsp_support.h
+++ b/arch/x86/include/asm/fsp/fsp_support.h
@@ -15,6 +15,7 @@
#include "fsp_hob.h"
#include "fsp_infoheader.h"
#include "fsp_bootmode.h"
+#include "fsp_azalia.h"
#include <asm/arch/fsp/fsp_vpd.h>
#include <asm/arch/fsp/fsp_configs.h>