1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-21 10:03:58 +01:00

nvmxip: Drop the message on probe

We should not need to announce this device. Drop the message.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-09-01 16:26:12 -06:00
committed by Tom Rini
parent e6f498e70b
commit 48fef88f94

View File

@@ -47,7 +47,8 @@ int nvmxip_probe(struct udevice *udev)
return ret;
}
log_info("[%s]: the block device %s ready for use\n", udev->name, bdev_name);
log_debug("[%s]: the block device %s ready for use\n", udev->name,
bdev_name);
return 0;
}