summaryrefslogtreecommitdiff
path: root/echo.S
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-21 22:51:29 +0100
committertaitep <taitep@taitep.se>2025-12-21 22:51:29 +0100
commit48477bd8b1896aa71c6e4ea4cde218499ef5016a (patch)
treef084bd0a382616804e7077b7890421f2fde07533 /echo.S
parent24dcf5d5bd0beac3d4785a618c8f9c86840031d1 (diff)
Make echo.S compatible with the C-compatible linker script
Diffstat (limited to 'echo.S')
-rw-r--r--echo.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/echo.S b/echo.S
index 7c29fec..664380e 100644
--- a/echo.S
+++ b/echo.S
@@ -1,4 +1,4 @@
-.section .text
+.section .text._start
.globl _start
.equ UART_DATA, 0