_START(addr) & 0x1ff.
Fixes: 9fc0d361cc41 ("nand: Switch to byte-based block access")
Cc: Eric Blake
Signed-off-by: Karl Beldan
---
hw/block/nand.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/block/nand.c b/hw/block/nand.c
index 919cb9b803..ed587f60f0 1
On Mon, Apr 23, 2018 at 05:14:03PM -0500, Eric Blake wrote:
> On 04/23/2018 04:14 PM, Karl Beldan wrote:
> > The logic wants 512-byte aligned blk ops.
>
> The commit you are referencing mentions that the code permits 256, 512,
> or 2048-byte alignment, based on the configurati