From 63da3220c3c7b57832947485e4b8f05c522e6e96 Mon Sep 17 00:00:00 2001 From: stnolting <22944758+stnolting@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:10:17 +0200 Subject: [PATCH] [ug] minor typo fixes --- docs/userguide/customizing_the_bootloader.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/customizing_the_bootloader.adoc b/docs/userguide/customizing_the_bootloader.adoc index e90de3942..1e8461bef 100644 --- a/docs/userguide/customizing_the_bootloader.adoc +++ b/docs/userguide/customizing_the_bootloader.adoc @@ -11,8 +11,8 @@ Each time the bootloader sources are modified, the bootloader has to be re-compi bootloader ROM) and the processor has to be re-synthesized. [NOTE] -Keep in mind that the maximum size for the bootloader is limited to 32kB and should be compiled using the -minimal base + privileged ISA `rv32i_zicsr` only to ensure it can work independently of the actual CPU configuration. +Keep in mind that the maximum size for the bootloader is limited to 8kB and it should be compiled using the +minimal base & privileged ISA `rv32i_zicsr` only to ensure it can work independently of the actual CPU configuration. .Bootloader configuration parameters [cols="<2,^1,^2,<6"]