mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
Revert "nvme: Enable FUA"
Unaddressed review comments. This reverts commit b6bfb8971dd039a60e1cff1895ab9be8be0915b3. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
8e2a782af3
commit
f9bab982ae
@ -762,10 +762,6 @@ static ulong nvme_blk_rw(struct udevice *udev, lbaint_t blknr,
|
||||
c.rw.appmask = 0;
|
||||
c.rw.metadata = 0;
|
||||
|
||||
/* Enable FUA for data integrity if vwc is enabled */
|
||||
if (dev->vwc)
|
||||
c.rw.control |= NVME_RW_FUA;
|
||||
|
||||
while (total_lbas) {
|
||||
if (total_lbas < lbas) {
|
||||
lbas = (u16)total_lbas;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user