dts: xtensa: fix build error.
patch fix the build error due to wrong assignment of macro in the dts.fixup file Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
This commit is contained in:
parent
4b4b6762aa
commit
48e2dba28f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#define L2_SRAM_BASE CONFIG_SRAM_BASE_ADDRESS
|
||||
|
||||
#define L2_SRAM_SIZE CONFIG_SRAM_SIZE_0 * 1024
|
||||
#define L2_SRAM_SIZE CONFIG_SRAM_SIZE * 1024
|
||||
|
||||
#define DW_ICTL_BASE_ADDR SNPS_DESIGNWARE_INTC_81800_BASE_ADDRESS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue