remove debugging
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1427 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
717d70de26
commit
fc2ad05e6f
|
@ -108,7 +108,6 @@ int file_open(const char *filename)
|
||||||
path = 0;
|
path = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printk_debug("dev=%s, path=%s\n", dev, path);
|
|
||||||
|
|
||||||
if (dev && dev[0]) {
|
if (dev && dev[0]) {
|
||||||
if (!devopen(dev, &reopen)) {
|
if (!devopen(dev, &reopen)) {
|
||||||
|
|
Loading…
Reference in New Issue