Home
last modified time | relevance | path

Searched hist:"6215 bd4c1fd6bce95072ad123cf1e4af94ab44e2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/api/
H A Dapi.c6215bd4c1fd6bce95072ad123cf1e4af94ab44e2 Mon Dec 26 17:57:56 UTC 2016 Emmanuel Vadot <manu@bidouilliste.com> api: Use hashtable function for API_env_enum

The current code can loop undefinitly as it doesn't parse
correctly the env data.
Since the env is an hashtable, use the hashtable function for
the API_ENV_ENUM api call.

Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
Reviewed-by: Simon Glass <sjg@chromium.org>