diff --git a/arch/arm/core/aarch64/reset.S b/arch/arm/core/aarch64/reset.S
index 0eaf7d0a2f1eee81c7618f2b372429c63d8c7c77..75a70fd77ab220b16a9ca95a5b2f1f6e0e62f927 100644
--- a/arch/arm/core/aarch64/reset.S
+++ b/arch/arm/core/aarch64/reset.S
@@ -174,6 +174,8 @@ References:
 	mov	x0, #(CPACR_EL1_FPEN_NOTRAP)
 	msr	cpacr_el1, x0
 
+    /* TODO: Maybe we should enable EA/IRQ/FIQ routing to EL1 here? */
+
 	/*
 	 * Enable the instruction cache and el1 stack alignment check.
 	 */