commit | aca84e001c7901aacc4f6e11bd95be268f57c4d8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:40 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:47 2020 +0530 |
tree | 591912b120ec5d4cb26a1755a6a2af107a0051ee | |
parent | 8fc96b0d8bf958101818394af292a31dd93cad9d [diff] |
common: Move flash_perror() to flash.h This function belongs more in flash.h than common.h so move it. Also remove the space before the bracket in some calls. Signed-off-by: Simon Glass <sjg@chromium.org>