]> git.baikalelectronics.ru Git - uboot.git/commit
configs: sandbox: activate env in ext4 support
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 28 Jul 2020 09:51:22 +0000 (11:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 31 Jul 2020 14:13:00 +0000 (10:13 -0400)
commit97c15bc58cc4bef22d11edf3cbf7020e41f410b1
treead5c0be5fb47c41163db6e2eec58de2691d58742
parentdbdcd5d3e4a80fcc1e899752200963969cdf76e2
configs: sandbox: activate env in ext4 support

Activate ENV in EXT4 support in sandbox.

The sandbox behavior don't change; the default environment with
the nowhere backend (CONFIG_ENV_IS_NOWHERE)is still used:
the weak function env_get_location() return ENVL_NOWHERE for priority 0.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
board/sandbox/sandbox.c
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_spl_defconfig