soc: intel_s1000: define default MEMCTL reg value
When not using XCC, XCHAL_CACHE_MEMCTL_DEFAULT is not defined which results in some variables not being able to be defined. So define them. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
66aefdbb93
commit
fc42c82cb9
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@ PHDRS
|
|||
_rom_store_table = 0;
|
||||
PROVIDE(_memmap_vecbase_reset = XCHAL_VECBASE_RESET_PADDR_SRAM);
|
||||
|
||||
PROVIDE(__memctl_default = 0xFFFFFF00);
|
||||
PROVIDE(_MemErrorHandler = 0xFFFFFF00);
|
||||
|
||||
ENTRY(CONFIG_KERNEL_ENTRY)
|
||||
|
||||
/* Various memory-map dependent cache attribute settings: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue