env: allow ENV_IS_NOWHERE with other storage target
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 7 May 2019 09:24:02 +0000 (11:24 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:13 +0000 (17:40 +0200)
commit208bd2b85ecce9ecf2d661f51dba682f8ce0b074
tree980b13ddb10dab7cfb26982567c2a0b9647fff2f
parent7f90cd6150efd0bcf6293bbf35293d19d5e17a41
env: allow ENV_IS_NOWHERE with other storage target

Allow U-Boot to get default environment for some boot mode
(USB for example), and to select storage location when it is
booting from flash device;
ENVL_NOWHERE is present in env_locations with other one.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
env/Kconfig