From 28aad98ec2474d0ede64b7ffc323679dfc58446c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 23 Jun 2020 10:00:13 +0200 Subject: [PATCH] fix comments --- sys/startcf.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/startcf.S b/sys/startcf.S index 656296f..fe49157 100644 --- a/sys/startcf.S +++ b/sys/startcf.S @@ -71,6 +71,6 @@ _rom_entry: andi.l #0xfefbfeff,d0 // Clear invalidate bits move.l d0,_rt_cacr - // initialize any hardware specific issues + // early initialization of any hardware needed before BaS() execution bra _initialize_hardware