https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: b10db78b9eb9efde6910f3f97d10535950868077 authored by Daniel Fort on 05 July 2017, 14:38:19 UTC
Added suggestion by @a1ex to guess the ROM[0,1] load address.
Tip revision: b10db78
Makefile.platform.default
#Makefile.setup.platform for an autoexec.bin able to run on all cameras

ROMBASEADDR	= 0xFF010000

RESTARTSTART 	= 0
back to top