From b38a844ed9f6ad17d58db3e143ebc0c858762ec6 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Tue, 4 Jun 2024 19:11:20 -0500 Subject: Add checksum to boot sector --- hexedit/main.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hexedit/main.s') diff --git a/hexedit/main.s b/hexedit/main.s index f2f6126..a12b4b3 100644 --- a/hexedit/main.s +++ b/hexedit/main.s @@ -13,3 +13,6 @@ main: bl setup_gpio bl setup_uart b hexedit + +.section .stage_2_crc +.word 0x00000000 -- cgit v1.2.3