https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 9aa6ab447e15313f590cb8d967950e7d08723051 authored by a1ex on 11 April 2016, 14:46:27 UTC
Close branch black-level-fix
Tip revision: 9aa6ab4
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