Skip to content

Commit b317607

Browse files
committed
added method addresses used by the Canon startup
1 parent 8852416 commit b317607

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

platform/m6/sub/101a/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OBJS=boot.o stubs_entry.o stubs_entry_2.o mmu_utils.o debug.o
1+
OBJS=boot.o stubs_auto.o stubs_entry.o stubs_entry_2.o mmu_utils.o debug.o
22
STUBS_AUTO_DEPS=boot.c
33

44
include ../../../makefile_sub.inc

platform/m6/sub/101a/stubs_auto.S

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include "stubs_asm.h"
2+
3+
STUB(E02796AE)
4+
STUB(E010E954)
5+
STUB(e007006e)
6+
STUB(e007a49c)

0 commit comments

Comments
 (0)