Skip to content

Commit d2bcb65

Browse files
keyonjielgirdwood
authored andcommitted
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>
1 parent 9887d2d commit d2bcb65

File tree

1 file changed

+1
-0
lines changed
  • src/platform/library/include/platform/lib

1 file changed

+1
-0
lines changed

src/platform/library/include/platform/lib/memory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ static inline uint32_t arch_get_stack_size(void)
6565

6666
#define SRAM_BANK_SIZE 0x10000
6767
#define LP_SRAM_SIZE SRAM_BANK_SIZE
68+
/* use big enough HP_SRAM_SIZE to build all components for the test bench at once */
6869
#define HP_SRAM_SIZE (SRAM_BANK_SIZE * 47)
6970

7071
#define HP_SRAM_BASE 0xBE000000

0 commit comments

Comments
 (0)