https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: aa420129f3c50097f27952b3a06476ad678bab3c authored by Daniel Fort on 11 March 2018, 01:10:27 UTC
Merged crop_rec_4k into crop_rec_4k_Digic4
Tip revision: aa42012
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    = 0x00C70100
else
# 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