mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 14:38:45 +08:00
The xnandpsu driver conditionally tries to wrap page index to NAND chip size causing an off-by-one error where the first page of the second chip is not wrapped correctly. This removes the conditional so that page index is always wrapped.