From f36619987b6ea2a1c9e5c9faeb961b812769d052 Mon Sep 17 00:00:00 2001 From: Ilia Sergachev Date: Sun, 23 Jan 2022 16:57:33 +0100 Subject: [PATCH] software/bios: update comment --- litex/soc/software/bios/linker.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litex/soc/software/bios/linker.ld b/litex/soc/software/bios/linker.ld index ea932f88b..66f8b9aff 100644 --- a/litex/soc/software/bios/linker.ld +++ b/litex/soc/software/bios/linker.ld @@ -8,8 +8,8 @@ SECTIONS .text : { _ftext = .; - /* Quicklogic EOS-S3 interrupt vector table uses section name "isr_vector" */ - /* ARM table has to be placed at start */ + /* ARM (Quicklogic EOS-S3, Gowin EMCU) interrupt vector tables use section name "isr_vector" */ + /* - such a table has to be placed at start */ KEEP(*(.isr_vector)) /* Make sure crt0 files come first, and they, and the isr */ /* don't get disposed of by greedy optimisation */