From 78bee60485a77872652b233ff64f37ddc8bc6741 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 1 Mar 2018 21:24:22 -0800 Subject: [PATCH] Fix dangling comments --- exosphere/src/package2.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/exosphere/src/package2.c b/exosphere/src/package2.c index 9367c7cc5..b367fc387 100644 --- a/exosphere/src/package2.c +++ b/exosphere/src/package2.c @@ -421,16 +421,12 @@ void load_package2(coldboot_crt0_reloc_list_t *reloc_list) { flush_dcache_all(); invalidate_icache_all(); /* non-broadcasting */ - /* TODO: Update SCR_EL3 depending on value in Bootconfig. */ - /* Set CORE0 entrypoint for Package2. */ set_core_entrypoint_and_argument(0, DRAM_BASE_PHYSICAL + header.metadata.entrypoint, 0); /* Remove the DRAM identity mapping. TODO: Should we bother? */ /* indentity_unmap_dram(); */ - /* TODO: Update SCR_EL3 depending on value in Bootconfig. */ - /* Synchronize with NX BOOTLOADER. */ sync_with_nx_bootloader(NX_BOOTLOADER_STATE_FINISHED);