Revision b27572c0309fb46dc7c3f27655c253a8a26d738e authored by alex@thinkpad on 10 February 2014, 20:21:42 UTC, committed by alex@thinkpad on 10 February 2014, 20:21:42 UTC
1 parent 9827192
Raw File
Makefile.platform.default
#Makefile.setup.platform for EOS M

ifeq ($(FW_VERSION),202)
CANON_NAME_FIR=EOSM1202.FIR

ROMBASEADDR		= 0xFF0C0000

# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
#RESTARTSTART	= 0x0009E300
#RESTARTSTART	= 0x00CEC100
RESTARTSTART	= 0x00CCC100
AUTOEXEC_BASE   = 0x40800000
FIR_BASE        = 0x40800120
endif
back to top