library: memory: (cosmetic) add comment about HP_SRAM_SIZE

Add a comment about the HP_SRAM_SIZE calculation.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2021-09-13 16:49:57 +08:00 committed by Liam Girdwood
parent 9887d2dffb
commit d2bcb65d69
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ static inline uint32_t arch_get_stack_size(void)
#define SRAM_BANK_SIZE 0x10000
#define LP_SRAM_SIZE SRAM_BANK_SIZE
/* use big enough HP_SRAM_SIZE to build all components for the test bench at once */
#define HP_SRAM_SIZE (SRAM_BANK_SIZE * 47)
#define HP_SRAM_BASE 0xBE000000