Skip to content

Commit d342223

Browse files
author
Brian Baltz
committed
ATLEDGE-364 Remove CONFIG_BOARD_ATLASPEAK_EMU specific code
Signed-off-by: Brian Baltz <brian.a.baltz@intel.com>
1 parent 4c04540 commit d342223

File tree

1 file changed

+0
-4
lines changed
  • system/libarc32_arduino101/framework/include

1 file changed

+0
-4
lines changed

system/libarc32_arduino101/framework/include/platform.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,7 @@ struct platform_shared_block_ {
111111
struct cdc_acm_shared_data * cdc_acm_buffers;
112112
};
113113

114-
#ifdef CONFIG_BOARD_ARDUINO101_EMU
115-
#define RAM_START 0xffb00000
116-
#else
117114
#define RAM_START 0xA8000000
118-
#endif
119115

120116
#define shared_data ((volatile struct platform_shared_block_ *) RAM_START)
121117

0 commit comments

Comments
 (0)