Missed a couple

Former-commit-id: d3d6ea4c44
This commit is contained in:
Phillip Stephens 2022-10-11 08:31:01 -07:00
parent f4d549e0b9
commit e60197175c
1 changed files with 0 additions and 3 deletions

View File

@ -125,9 +125,6 @@ asm static void __init_registers(void) {
// clang-format on
}
__declspec(section ".init") extern __rom_copy_info _rom_copy_info[];
__declspec(section ".init") extern __bss_init_info _bss_init_info[];
inline static void __copy_rom_section(void* dst, const void* src, unsigned long size) {
if (size && (dst != src)) {
memcpy(dst, src, size);