https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 69ff297d9661f28f560f62b2a84129fd8d1e3025 authored by a1ex on 03 May 2014, 10:41:54 UTC
Dual ISO: fix PDF link in comments
Tip revision: 69ff297
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