mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03: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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user