https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 24d10a9f0dd222c7618b34711a1a96a79c06cdb5 authored by g3gg0 on 24 April 2015, 17:55:19 UTC
small changes to register comments
Tip revision: 24d10a9
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