https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 86702f429339e0987b82a4b049dd54924faa3432 authored by alex@thinkpad on 08 October 2017, 15:00:49 UTC
Closing qemu head (tests broken)
Tip revision: 86702f4
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