commit | d93fd37ef675eb15693b7e94a66f8be789eda892 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Feb 06 06:02:46 2020 -0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Sat Feb 08 10:01:24 2020 +0200 |
tree | a428aa9e685811355f5577e343f691cdc35bab66 | |
parent | 2d79dc3bcd30666084f9d68619029b380f06c246 [diff] |
boards: up_squared_adsp: provide default memctl in linker script Both memctl_default.S and memerror-vector.S (inside arch/xtensa/core/startup) refer to XCHAL_CACHE_MEMCTL_DEFAULT which is not defined anywhere. The linker script for intel_apl_adsp SoC provides default values, but not the bootloader linker script. So provide the same default value in the bootloader linker script as in the SoC linker script. Signed-off-by: Daniel Leung <daniel.leung@intel.com>