Skip to content

Commit

Permalink
ipl3: remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Dec 20, 2023
1 parent 0505a65 commit 2749ee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boot/loader_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ void stage2(void)
__attribute__((far, noreturn))
void stage3(uint32_t entrypoint)
{
asm("tne $0, $0, 0x10");
// Read memory size from boot flags
int memsize = *(volatile uint32_t*)0x80000318;

Expand Down

0 comments on commit 2749ee8

Please sign in to comment.