Re: [U-Boot] [PATCH 2/3] env: Fix missed getenv_ulong to env_get_ulong conversion

2018-02-14 Thread Lokesh Vutla
On Wednesday 14 February 2018 11:23 PM, Andrew F. Davis wrote: > 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: An

[U-Boot] [PATCH 2/3] env: Fix missed getenv_ulong to env_get_ulong conversion

2018-02-14 Thread Andrew F. Davis
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 --- board/ti/ks2_evm/board_k2g.c | 2 +- 1 file changed, 1 ins