https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: ec7fc06c81331056a478f479e4c2940e9bd0f206 authored by a1ex on 22 February 2014, 00:01:22 UTC
Close branch 7d-mlv-audio.
Tip revision: ec7fc06
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