summaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/Makefile.inc2
-rw-r--r--asm/cvc_entry.S (renamed from asm/rom_entry.S)4
2 files changed, 3 insertions, 3 deletions
diff --git a/asm/Makefile.inc b/asm/Makefile.inc
index 34e2b288..2828caf9 100644
--- a/asm/Makefile.inc
+++ b/asm/Makefile.inc
@@ -1,7 +1,7 @@
# -*-Makefile-*-
SUBDIRS += asm
-ASM_OBJS = head.o misc.o kernel-wrapper.o rom_entry.o
+ASM_OBJS = head.o misc.o kernel-wrapper.o cvc_entry.o
ASM=asm/built-in.o
# Add extra dependency to the kernel wrapper
diff --git a/asm/rom_entry.S b/asm/cvc_entry.S
index 26d1b967..ccca006b 100644
--- a/asm/rom_entry.S
+++ b/asm/cvc_entry.S
@@ -25,10 +25,10 @@
.section .text
-.global call_rom_verify
+.global __cvc_verify_v1
.global call_rom_SHA512
-call_rom_verify:
+__cvc_verify_v1:
call_rom_SHA512:
call_rom_entry:
OpenPOWER on IntegriCloud