commit | 523bc4d971164a0a1cabfaeaeef5b33f9a87495a | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Sep 11 11:58:15 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 24 13:41:20 2024 -0600 |
tree | 1d8f70a7c02b1e448b33a45e70340d3ab12d38f7 | |
parent | aa276956136667a7ebc4f8df299197bbffd5c1a0 [diff] |
flash: prefix error codes with FL_ Prefix the flash status codes (ERR_*) with FL_ in order to avoid clashes with third-party libraries. Case in point: including the lwIP library header file <lwip/err.h> which defines err_enum_t as an enum with values being ERR_*. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>