Skip to content

Commit 4e53be7

Browse files
author
Wayne Ren
committed
board: iotdk: update the memory layout information
add Xmemory and Ymemory Signed-off-by: Wayne Ren <[email protected]>
1 parent defe106 commit 4e53be7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

board/iotdk/configs/10/target_mem_config.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,20 @@
3232

3333
#include "arc_feature_config.h"
3434

35+
#ifdef USE_APPL_MEM_CONFIG
36+
#include "appl_mem_config.h"
37+
#endif
38+
3539
#define BOOT_SPI_FLASH_SIZE 0x200000
3640
#define BOOT_SPI_FLASH_BASE 0x10000000
3741

3842
#define ONCHIP_FLASH_SIZE 0x40000
3943
#define ONCHIP_FLASH_BASE 0x0
4044

41-
42-
#ifdef USE_APPL_MEM_CONFIG
43-
#include "appl_mem_config.h"
44-
#endif
45+
#define ARC_X_MEM_START 0xC0000000
46+
#define ARC_X_MEM_SIZE 0x8000
47+
#define ARC_Y_MEM_START 0xD0000000
48+
#define ARC_Y_MEM_SIZE 0x8000
4549

4650
/**
4751
* The unit of XXXX_SIZE is Byte

0 commit comments

Comments
 (0)