commit | 67e4724328dbc0ca8001624595557865171dc7bf | [log] [tgz] |
---|---|---|
author | Dinesh Maniyam <dinesh.maniyam@intel.com> | Thu Feb 27 00:18:25 2025 +0800 |
committer | Michael Trimarchi <michael@amarulasolutions.com> | Sat Mar 15 10:35:01 2025 +0100 |
tree | ccdfa11274696f6f681ddbca0cf6bd420e613838 | |
parent | cf65133b1d57041672d0fb7e806f102835dc670e [diff] |
drivers: mtd: nand: cadence: Use bounce buffer Enable nand to use bounce buffer. In bounce buffer, read/write buf will use cadence->buf which has been allocated using malloc. This will align the memory and avoid memory to be allocated in different addresses. Signed-off-by: Dinesh Maniyam <dinesh.maniyam@intel.com>