Skip to content

Commit

Permalink
[fix] fix unsupported image boot loop
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 1, 2023
1 parent 2f30337 commit a02ff74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
test/
tools/*.bin
mksunxi
1 change: 1 addition & 0 deletions app/syter_boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ int main(void)
if (boot_image_setup((unsigned char *)image.dest, &entry_point))
{
printk(LOG_LEVEL_ERROR, "boot setup failed\r\n");
abort();
}

printk(LOG_LEVEL_INFO, "booting linux...\r\n");
Expand Down

0 comments on commit a02ff74

Please sign in to comment.