https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5b786d9f1da39704c4d1ee4a9b4ea27774fec4f6 authored by a1ex on 19 June 2016, 18:13:09 UTC
Close branch find_available_rst2html_command_2nd_try.
Tip revision: 5b786d9
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