intel_s1000: various fixes for build errors
Lot of misdefined variables that went in undetected due to lack of CI on this board. Fix them and test build with new SDK. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0358d707b0
commit
aa14022c8a
5 changed files with 7 additions and 6 deletions
|
@ -38,7 +38,7 @@
|
|||
#define DT_INTC_DW_0_BASE_ADDR \
|
||||
DT_SNPS_DESIGNWARE_INTC_81800_BASE_ADDRESS
|
||||
#define DT_INTC_DW_0_NAME DT_SNPS_DESIGNWARE_INTC_81800_LABEL
|
||||
#define DT_INTC_DW_0_IRQ DDT_SNPS_DESIGNWARE_INTC_81800_IRQ_0
|
||||
#define DT_INTC_DW_0_IRQ DT_SNPS_DESIGNWARE_INTC_81800_IRQ_0
|
||||
#define DT_INTC_DW_0_IRQ_PRI \
|
||||
DT_SNPS_DESIGNWARE_INTC_81800_IRQ_0_PRIORITY
|
||||
#define DT_INTC_DW_0_IRQ_FLAGS \
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#define IOAPIC_HIGH 0
|
||||
|
||||
/* DW interrupt controller */
|
||||
#define DW_ICTL_IRQ_CAVS_OFFSET CAVS_IRQ_NUMBER(DT_DW_ICTL_IRQ)
|
||||
#define DW_ICTL_IRQ_CAVS_OFFSET CAVS_IRQ_NUMBER(DT_INTC_DW_0_IRQ)
|
||||
#define DW_ICTL_NUM_IRQS 9
|
||||
|
||||
/* GPIO */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue