https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 0c3f2d0844a73bdd0784ecb7c5ad71ecd4f8fee6 authored by a1ex on 09 March 2014, 07:36:53 UTC
Close branch eosm-ettr-timelapse-fix
Tip revision: 0c3f2d0
Makefile.platform.default
#Makefile.setup.platform for 7D

ifeq ($(FW_VERSION),203)
CANON_NAME_FIR=7D000203.FIR
ROMBASEADDR     = 0xF8010000

# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART    = 0x1F800100
AUTOEXEC_BASE   = 0x40800000
FIR_BASE        = 0x40800120
endif
back to top