commit | 8d38a8459b0de45f5ff41f3e11c278a5cf395fd0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:35:56 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 77c881a74dae7b2e99a739c684a87dd417848f9a | |
parent | aae95882232a24ee49c89d0356febf3685a87c8a [diff] |
mtd: Rename free() to rfree() This function name conflicts with our desire to #define free() to something else on sandbox. Since it deals with resources, rename it to rfree(). Signed-off-by: Simon Glass <sjg@chromium.org>