Remove unused cruft. We call through memcpy more directly when we

need to move the kernel, so we no longer need this.
This commit is contained in:
imp 2012-05-11 17:49:00 +00:00
parent b747b3867c
commit b6f8124cde

View File

@ -229,11 +229,6 @@ mmu_init_table:
.word _end
.word svcstk + INIT_ARM_STACK_SIZE
#if defined(FLASHADDR) && defined(LOADERRAMADDR)
.L_arm_memcpy:
.word _C_LABEL(_arm_memcpy)
#endif
.Lvirt_done:
.word virt_done
.Lmainreturned: