https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 38cc83c1213196a14a4f72d73f6d7757ac41639a authored by g3gg0 on 14 November 2013, 13:49:00 UTC
Close branch andy600/mlv_rec-attempt-to-fix-pinkcorrupt-frame-1384104455568
Tip revision: 38cc83c
Makefile.platform.default
#Makefile.setup.platform for 600D

#not used but...
FIRMWARE_ID_600D 	= 0x80000286

ifeq ($(FW_VERSION),102)
CANON_NAME_FIR=CCF11102.FIR

ROMBASEADDR     = 0xFF010000
ifeq ($(ML_SRC_PROFILE),generic)
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART    = 0x00C80100
else ifeq ($(ML_SRC_PROFILE),installer)
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART		= 0x00082000
endif

#End of FW_VERSION == 102
endif
back to top