https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 7f812755c8947c3de2700b224a9cfc700d1c37cf authored by a1ex on 30 September 2015, 18:09:25 UTC
Close branch cr2hdr-20bit
Tip revision: 7f81275
Makefile.platform.default
#Makefile.setup.platform for EOS 650D v104

ifeq ($(FW_VERSION),104)
ROMBASEADDR		= 0xFF0C0000
CANON_NAME_FIR  = CCF13104.FIR

# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART	= 0x0007E100

#End of FW_VERSION == 104
endif
back to top