https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3a1bbf38c77f7a199511d7718e92ff71db1e221c authored by Daniel Fort on 06 November 2017, 05:44:04 UTC
Removed 123 comment from 134 consts.h.
Tip revision: 3a1bbf3
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