Index: boot/arch/arm32/src/asm.S
===================================================================
--- boot/arch/arm32/src/asm.S	(revision 06ae793150dfa79fa455b8d805a4e29fd70413fe)
+++ boot/arch/arm32/src/asm.S	(revision 9658879a0072536fbfafe2b78ec3c57d348eb747)
@@ -68,5 +68,5 @@
 	mrc	p15, 0, r4, c1, c0, 0
 	
-	# D-cache before the kernel is started.
+	# Disable D-cache before the kernel is started.
 	bic	r4, r4, #(1 << CP15_C1_DC)
 
