Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: intel_adsp/ace: always inline funcs to get memory bank cnt
The functions to get memory bank counts are simple enough that they can be always inlined. This mostly helps with debugging, especially with NO optimizations, as inlining is being done only if the inline keyword is specified. This creates a chicken and egg problem where the SRAM init functions need to call these before code copying can be done. However, these functions are not in memory before code copying, resulting in jumping into memory with random bits. Signed-off-by: Daniel Leung <[email protected]>
- Loading branch information