https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5b026d2cf6d3fdbfb7a1a883724c8f81d7cc90f0 authored by Alessandro Profiti on 16 February 2018, 14:54:48 UTC
mlv_dump.c: Fix duplicate ELNS Block processing
Tip revision: 5b026d2
Makefile.platform.default
#Makefile.setup.platform for 5D Mark III

ifeq ($(FW_VERSION),113)
CANON_NAME_FIR=5D300133.FIR

ROMBASEADDR	= 0xFF0C0000

# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART	= 0x00069500

#End of FW_VERSION == 113
endif
back to top