https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f00b3d7873c841fe94b0f047493b5dfd433b976e authored by Daniel Fort on 25 January 2017, 03:43:50 UTC
Closed branch ml_dng-cr2hdr20bit
Tip revision: f00b3d7
Makefile.platform.default
#Makefile for 7D firmware 203 master digic

ifeq ($(FW_VERSION),203)
CANON_NAME_FIR=7D000203.FIR
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
ROMBASEADDR     = 0xFF810000
RESTARTSTART    = 0xC80100
AUTOEXEC_BASE   = 0x40800000
FIR_BASE        = 0x40800120
endif
back to top