summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-01-16 07:04:16 -0700
committerBin Meng <bmeng.cn@gmail.com>2017-02-07 13:07:23 +0800
commit1bff83637fdeda3b597ba5b4beb282445d5aeead (patch)
treed42dde6caeaaa6991886bd3089c0ad86040f5075 /arch/x86/include/asm
parentfa5fcb3bc60c3c188b91f704b7d0d6b3810c9047 (diff)
downloadu-boot-imx-1bff83637fdeda3b597ba5b4beb282445d5aeead.zip
u-boot-imx-1bff83637fdeda3b597ba5b4beb282445d5aeead.tar.gz
u-boot-imx-1bff83637fdeda3b597ba5b4beb282445d5aeead.tar.bz2
x86: Move pirq_routing_table to global_data
To avoid using BSS in SPL before SDRAM is set up, move this field to global_data. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/global_data.h b/arch/x86/include/asm/global_data.h
index 34e19ef..43a59a3 100644
--- a/arch/x86/include/asm/global_data.h
+++ b/arch/x86/include/asm/global_data.h
@@ -93,6 +93,7 @@ struct arch_global_data {
char *mrc_output;
unsigned int mrc_output_len;
ulong table; /* Table pointer from previous loader */
+ struct irq_routing_table *pirq_routing_table;
#ifdef CONFIG_SEABIOS
u32 high_table_ptr;
u32 high_table_limit;