Home
last modified time | relevance | path

Searched hist:"862887 d8836643e316cd019b93b1732971c8aaf8" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Derrno.h862887d8836643e316cd019b93b1732971c8aaf8 Sun May 08 22:55:18 UTC 2016 Simon Glass <sjg@chromium.org> errno: Allow errno_str() to be used without CONFIG_ERRNO_STR

The pmic framework uses errno_str() and this requires board that use it to
enable CONFIG_ERRNO_STR to avoid a build error. Update the header to provide
a NULL error message when CONFIG_ERRNO_STR is not defined, and fix the build
error.

This will show as "(null)" when U-Boot prints it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>