commit | d2e0a9a6918503ff6fd649189427413935535040 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Nov 04 16:37:45 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 12:43:48 2023 -0500 |
tree | e311f67c9f79829f71be902770c6474ec162716f | |
parent | 38ef64e6ce3d1f84478c6d2700e4d76f80cfcaf4 [diff] |
cmd: nand: Map memory before accessing it In sandbox, all memory must be mapped before accessing it. Do so for the nand command. Signed-off-by: Sean Anderson <seanga2@gmail.com>