Skip to content

Commit

Permalink
main: reinstate get_device_info() call
Browse files Browse the repository at this point in the history
This was inadvertently dropped in
869d2ae ("Skip over features unsupported in A7-A11 SoCs."). Put it back.

Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
  • Loading branch information
chadmed committed Dec 18, 2024
1 parent dbafd05 commit 9d6fd02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ void m1n1_main(void)

printf("Running in EL%lu\n\n", mrs(CurrentEL) >> 2);

get_device_info();
firmware_init();

heapblock_init();
Expand Down

0 comments on commit 9d6fd02

Please sign in to comment.