commit | cc92c3cc68a9053f53b2814e9233d86553cc998e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:35:50 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 7b6bf0039b0252b4d235da523d716b2e261aaa7b | |
parent | 3b85ce8ec32910b7576e816243cde7c6740fd68a [diff] |
mailbox: 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>