From 57870d23dbeac8a33e8f2689fe5ed52528530c18 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Fri, 10 Feb 2006 01:28:01 +0000 Subject: [PATCH 1/1] pause after claim failed (Nathan Lynch) pause after claim failed (Nathan Lynch) git-archimport-id: pnasrat@redhat.com/yaboot--devel--1.3--patch-2 --- second/yaboot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/second/yaboot.c b/second/yaboot.c index 2c616c3..fd5dee3 100644 --- a/second/yaboot.c +++ b/second/yaboot.c @@ -916,6 +916,7 @@ yaboot_text_ui(void) sysmap_base = prom_claim(loadinfo.base+loadinfo.memsize, 0x100000, 0); if (sysmap_base == (void *)-1) { prom_printf("Claim failed for sysmap memory\n"); + prom_pause(); sysmap_base = 0; } else { sysmap_size = file.fs->read(&file, 0xfffff, sysmap_base); -- 2.39.2