Skip to content

Commit 35444aa

Browse files
Release notes typo fixes
Same as [1] [1]: seL4/docs@31b07ae Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
1 parent c8a7da3 commit 35444aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ There are no breaking changes.
2424
* See the [manual section](https://github.com/seL4/microkit/blob/2.1.0/docs/manual.md#multi-core-smp-configurations-multicore_config)
2525
for more details.
2626
* Add new `setvar_id` attribute similar to `setvar_vaddr` but for any system description
27-
elements that have an identifier asscoiated with them (e.g channel ends).
27+
elements that have an identifier associated with them (e.g channel ends).
2828
* Add new `--image-type` argument to the tool to specify system image format
2929
that will be produced.
3030
* For ARM and RISC-V support we have only supported emitting a raw binary. We now support
3131
ELFs and (on RISC-V) the uImage format.
3232
* On RISC-V platforms, when booting with U-Boot (e.g on the Star64) the binary format does
33-
not receive the expected arguments for booting (hart ID). The binary was working by co-incidence
33+
not receive the expected arguments for booting (hart ID). The binary was working by coincidence
3434
and only for the uImage Linux format does U-Boot pass the hart ID when booting the image. For
3535
this reason all RISC-V hardware platforms (other than our supported FPGA platforms) default to
3636
uImage now to prevent booting issues.

0 commit comments

Comments
 (0)