Re: [PATCH 1/2] cmd: env: use ENV_IS_IN_DEVICE in env info

2020-07-02 Thread Patrice CHOTARD
Hi Patrick On 6/15/20 12:02 PM, Patrick Delaunay wrote: > Use the define ENV_IS_IN_DEVICE to test if one the > CONFIG_ENV_IS_IN_... is defined and correct the detection of > persistent storage support in the command "env info" > if CONFIG_ENV_IS_NOWHERE is activated. > > Since commit 60d5ed2593c9

[PATCH 1/2] cmd: env: use ENV_IS_IN_DEVICE in env info

2020-06-15 Thread Patrick Delaunay
Use the define ENV_IS_IN_DEVICE to test if one the CONFIG_ENV_IS_IN_... is defined and correct the detection of persistent storage support in the command "env info" if CONFIG_ENV_IS_NOWHERE is activated. Since commit 60d5ed2593c9 ("env: allow ENV_IS_NOWHERE with other storage target") test CONFIG