From 5325524c7f32562833f07597e503d2be1a99eebe Mon Sep 17 00:00:00 2001 From: Shancang Li <shancang.li@uwe.ac.uk> Date: Tue, 13 Oct 2020 10:25:27 +0100 Subject: [PATCH] Update linker.ld --- linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker.ld b/linker.ld index 5793251..e7dd691 100644 --- a/linker.ld +++ b/linker.ld @@ -1,5 +1,5 @@ /* The bootloader will look at this image and start execution at the symbol - designated as the entry point. */ + designated as the entry point. */ ENTRY(_start) /* Tell where the various sections of the object files will be put in the final -- GitLab