mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02: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:
parent
e6f498e70b
commit
48fef88f94
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user