commit | 62fd1a40b4f7eff3f7d6db6f7abe1cbaa9b55716 | [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 | 75c0ad696c08a1246ea4c31b0b7436f584d28990 [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>