commit | 20d6ac400d884ba5599fec9acadabcfafb6b69c4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 24 14:32:40 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 03 03:38:41 2021 -0700 |
tree | ccdd659a1717105728badcefa2513a1bab97a4ba | |
parent | ac42bfeb59a1432e3b75487cb1dd9e1ad43a92e6 [diff] |
smem: Don't use -EPROBE_DEFER This has no useful meaning in U-Boot. Use -ENOMEM since that appears to be what has gone wrong in this case. We want to reserve this flag for internal driver model use. Signed-off-by: Simon Glass <sjg@chromium.org>