Skip to content

Commit

Permalink
boot: change a comment for EL
Browse files Browse the repository at this point in the history
  • Loading branch information
HidenoriMatsubayashi committed Mar 17, 2024
1 parent c18a8c4 commit 1ee4d54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/arch/arm64/boot.S
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ GLOBAL_FUNCTION(_start)
mrs x0, mpidr_el1
and x0, x0, #0xff

// Raspberry Pi4:
// - Initial mode (without any config.txt) is in EL2
// - It depends on config.txt
// Raspberry Pi4/5: RPI bootloader always enters in EL2
cbz x0, kernel_boot_el2
b proc_hlt

Expand Down

0 comments on commit 1ee4d54

Please sign in to comment.