diff options
| author | Bin Meng <[email protected]> | 2015-07-30 03:49:18 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-08-05 08:42:39 -0600 |
| commit | fe3fbd302427b3690c4d682c1d7d03ca94771afd (patch) | |
| tree | f39bd9aa82a8b1157bf6e1437b1b5cfac5d8e5c7 /include | |
| parent | 9b911bed78c3926fe1129dcc6b0ffbca667dff74 (diff) | |
x86: bayleybay: Configure PCI IRQ
Add PCI IRQ routing information in the board device tree and enable
writing PIRQ routing table and MP table.
Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/bayleybay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bayleybay.h b/include/configs/bayleybay.h index cc95aec458e..740166afd37 100644 --- a/include/configs/bayleybay.h +++ b/include/configs/bayleybay.h @@ -14,6 +14,7 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) +#define CONFIG_ARCH_MISC_INIT #define CONFIG_X86_SERIAL |
