From e8ebb2d4ae464feae8f1d674dbd04a05a615c419 Mon Sep 17 00:00:00 2001 From: Pete Moore Date: Thu, 26 Dec 2024 12:30:02 +0100 Subject: [PATCH] small doc correction See https://datasheets.raspberrypi.com/bcm2711/bcm2711-peripherals.pdf page 93 --- boot/armstub/armstub8.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/armstub/armstub8.S b/boot/armstub/armstub8.S index f854fdae4..7aff06f22 100644 --- a/boot/armstub/armstub8.S +++ b/boot/armstub/armstub8.S @@ -74,8 +74,8 @@ _start: /* * LOCAL_CONTROL: - * Bit 9 clear: Increment by 1 (vs. 2). - * Bit 8 clear: Timer source is 19.2MHz crystal (vs. APB). + * Bit 8 clear: Increment by 1 (vs. 2). + * Bit 7 clear: Timer source is 19.2MHz crystal (vs. APB). */ mov x0, LOCAL_CONTROL str wzr, [x0]