soc/intel_s1000: update DTS fixup due to CONFIG_SRAM_* changes
Commit ce7ed18989
moved CONFIG_SRAM_*
so dts_fixup.h needs to be updated for properly generated linker
script.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
9856554751
commit
659c892b29
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
#define DT_UART_NS16550_PORT_0_IRQ_FLAGS DT_NS16550_80800_IRQ_0_SENSE
|
||||
#define DT_UART_NS16550_PORT_0_CLK_FREQ DT_NS16550_80800_CLOCK_FREQUENCY
|
||||
|
||||
#define DT_L2_SRAM_BASE CONFIG_SRAM_BASE_ADDRESS
|
||||
#define DT_L2_SRAM_SIZE CONFIG_SRAM_SIZE * 1024
|
||||
#define DT_L2_SRAM_BASE DT_SRAM_BASE_ADDRESS
|
||||
#define DT_L2_SRAM_SIZE DT_SRAM_SIZE * 1024
|
||||
|
||||
#define DT_CAVS_ICTL_BASE_ADDR DT_INTEL_CAVS_INTC_78800_BASE_ADDRESS
|
||||
#define DT_CAVS_ICTL_0_IRQ DT_INTEL_CAVS_INTC_78800_IRQ_0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue