commit | 62360c194756fd36abfa6fbcdd12b9521a4e1c4d | [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 | fe00f281f1c97018769b244465618e1ac8421c03 [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>