]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: nand: arasan: Print warning for unsupported ecc modes
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Wed, 6 Mar 2024 03:27:03 +0000 (08:57 +0530)
committerMichal Simek <michal.simek@amd.com>
Tue, 12 Mar 2024 15:06:45 +0000 (16:06 +0100)
commit602b879efd44eefba5a3b7e956a9dd3df339f82e
tree4b3b59f51174d780930787c07a735d7415faf253
parentd59ebc89872af4aebddae81bf5b66401f8b1de1b
mtd: nand: arasan: Print warning for unsupported ecc modes

Currently only hw ecc is supported in U-Boot. If any other ecc mode is
given in DT, it simply through an error. So better print
what is being done.

Revert this patch once soft ecc support is fixed in future.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20240306032703.17508-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/mtd/nand/raw/arasan_nfc.c