summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/lib
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2010-05-25 09:59:53 +0000
committerraj <raj@FreeBSD.org>2010-05-25 09:59:53 +0000
commit691628c1745dc83806f1cb5ce5d7c1834367c9cd (patch)
treebd689b0129e6f665135543e08014e9c5ec5f2ddc /sys/boot/uboot/lib
parent8b66012ecb8cc5ea8d8f0090d80875243b574826 (diff)
downloadFreeBSD-src-691628c1745dc83806f1cb5ce5d7c1834367c9cd.zip
FreeBSD-src-691628c1745dc83806f1cb5ce5d7c1834367c9cd.tar.gz
Use loader devices only when they initialized properly.
Diffstat (limited to 'sys/boot/uboot/lib')
-rw-r--r--sys/boot/uboot/lib/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/disk.c b/sys/boot/uboot/lib/disk.c
index 3af4c79..a570d9a 100644
--- a/sys/boot/uboot/lib/disk.c
+++ b/sys/boot/uboot/lib/disk.c
@@ -157,7 +157,7 @@ stor_init(void)
}
if (!found) {
- printf("No storage devices\n");
+ debugf("No storage devices\n");
return (-1);
}
OpenPOWER on IntegriCloud