https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a81ba8530cc5a6ada211c4c4e9bc5bd60f394df4 authored by Daniel Fort on 18 August 2017, 04:26:12 UTC
Closed branch compressed_raw-700D-EOSM
Tip revision: a81ba85
Makefile.platform.default
#Makefile.setup.platform for 600D

#not used but...
FIRMWARE_ID_600D 	= 0x80000286

ifeq ($(FW_VERSION),102)
CANON_NAME_FIR=CCF11102.FIR

ROMBASEADDR     = 0xFF010000
ifeq ($(ML_SRC_PROFILE),generic)
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART    = 0x00C80100
else
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART		= 0x00082000
endif

#End of FW_VERSION == 102
endif
back to top