commit | a75e8a8ba33fe4b6ae8133445cf906b765e8fc10 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Wed Feb 14 11:53:38 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 23 10:21:41 2018 -0500 |
tree | 8c7278b34c02b6a53c021fa7894de1f1b6331c90 | |
parent | d3fe91709485253e1f70ed300dd64dcad74ebeed [diff] |
env: Fix missed getenv_ulong to env_get_ulong conversion This seems to have been missed, possibly due to the inability to enable TI_SECURE_DEVICE on Keystone2 devices previously. Fixes: bfebc8c965e4 ("env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()") Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>