Skip to content
Commit 1d0adee4 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Tom Rini
Browse files

env: add SAVEENV as an alias of the CMD_SAVEENV symbol



Currently, testing whether to compile in support for saving the
environment is a bit awkward when one needs to take SPL_SAVEENV into
account, and quite a few storage drivers currently do not honour
SPL_SAVEENV.

To make it a bit easier to decide whether environment saving should be
enabled, introduce SAVEENV as an alias for the CMD_SAVEENV
symbol. Then one can simply use

  CONFIG_IS_ENABLED(SAVEENV)

Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
parent df928f85
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment