https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b163fb277972a48f04d464de6abe4f46303e23dc authored by a1ex on 22 October 2013, 21:25:50 UTC
Close branch niklasRde/typo-chunks-are-32mb-not-gb-1371688609634.
Tip revision: b163fb2
Makefile.platform.default
#Makefile.setup.platform for 5D Mark III

ifeq ($(FW_VERSION),113)
CANON_NAME_FIR=5D300113.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