Skip to content

Commit

Permalink
[ug] minor typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 10, 2023
1 parent 715917d commit 63da322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/customizing_the_bootloader.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 63da322

Please sign in to comment.