Remove dead file, and update startup code to null out vector table.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10199 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -39,6 +39,8 @@ ASM_PFX(_ModuleEntryPoint):
|
||||
// Set CPU vectors to start of DRAM
|
||||
mov r0, #0x80000000
|
||||
mcr p15, 0, r0, c12, c0, 0
|
||||
isb // Sync changes to control registers
|
||||
|
||||
/* before we call C code, lets setup the stack pointer in internal RAM*/
|
||||
stack_pointer_setup:
|
||||
|
||||
|
Reference in New Issue
Block a user