https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bba405b0c3d124952e06963197376be078a9bd03 authored by a1ex on 28 January 2014, 15:42:00 UTC
Close branch 1100D_skip_offsets
Tip revision: bba405b
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