mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-18 00:12:03 +00:00
Fix dangling comments
This commit is contained in:
parent
7b6d15ec36
commit
78bee60485
1 changed files with 0 additions and 4 deletions
|
@ -421,16 +421,12 @@ void load_package2(coldboot_crt0_reloc_list_t *reloc_list) {
|
||||||
flush_dcache_all();
|
flush_dcache_all();
|
||||||
invalidate_icache_all(); /* non-broadcasting */
|
invalidate_icache_all(); /* non-broadcasting */
|
||||||
|
|
||||||
/* TODO: Update SCR_EL3 depending on value in Bootconfig. */
|
|
||||||
|
|
||||||
/* Set CORE0 entrypoint for Package2. */
|
/* Set CORE0 entrypoint for Package2. */
|
||||||
set_core_entrypoint_and_argument(0, DRAM_BASE_PHYSICAL + header.metadata.entrypoint, 0);
|
set_core_entrypoint_and_argument(0, DRAM_BASE_PHYSICAL + header.metadata.entrypoint, 0);
|
||||||
|
|
||||||
/* Remove the DRAM identity mapping. TODO: Should we bother? */
|
/* Remove the DRAM identity mapping. TODO: Should we bother? */
|
||||||
/* indentity_unmap_dram(); */
|
/* indentity_unmap_dram(); */
|
||||||
|
|
||||||
/* TODO: Update SCR_EL3 depending on value in Bootconfig. */
|
|
||||||
|
|
||||||
/* Synchronize with NX BOOTLOADER. */
|
/* Synchronize with NX BOOTLOADER. */
|
||||||
sync_with_nx_bootloader(NX_BOOTLOADER_STATE_FINISHED);
|
sync_with_nx_bootloader(NX_BOOTLOADER_STATE_FINISHED);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue