commit | 24390e6314a35afa152c05cd351035dab1a6dc89 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Wed Jan 08 22:05:05 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 14 22:17:51 2020 +0100 |
tree | 60c056ace46f3f5b6fc743351c180fcf2884d8c4 | |
parent | 7a31a6bbc54ac9b2ecf36a9c22348e77588b5dee [diff] |
wandboard: Do not print error message when PMIC is absent Only the wandboard revD1 boards have PMIC, so when running on a wandboard of different revision the following error is always shown on every boot: pmic_get() ret -19 Instead of printing this error message, move it to debug level instead. Signed-off-by: Fabio Estevam <festevam@gmail.com>