Skip to content

Commit 082756c

Browse files
author
Valeriy Khorunzhin
committed
spam2
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
1 parent 653885f commit 082756c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
diff --git a/src/boot.c b/src/boot.c
2+
index ec5992f..2d206ed 100644
3+
--- a/src/boot.c
4+
+++ b/src/boot.c
5+
@@ -974,6 +974,9 @@ write_port_403(const char *s)
6+
static void
7+
boot_fail(void)
8+
{
9+
+ while(1) {
10+
+ write_port_403("ahahahah");
11+
+ }
12+
if (BootRetryTime == (u32)-1) {
13+
printf("No bootable device.\n");
14+
write_port_403("No bootable device.\n");

0 commit comments

Comments
 (0)