commit | 2f541aa53c73b00dfb613e0560cc703547233561 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 25 10:26:07 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 06 16:33:19 2021 +1200 |
tree | ec4870ef454857667bf2e0f5d643cfc0c24114ae | |
parent | 24e3d5d2a9ed4e4cad6aba4694596efaf82c610c [diff] |
tlv_eeprom: Return -ENOSYS when system call is not available When CMD_TLV_EEPROM is not enabled, use -ENOSYS, which is the correct error code for U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>