
24 Jul
2020
24 Jul
'20
4:56 p.m.
On Tue, Jul 07, 2020 at 08:51:39PM +0200, Marek Vasut wrote:
This option marks any U-Boot variable which does not have explicit 'w' writeable flag set as read-only. This way the environment can be locked down and only variables explicitly configured to be writeable can ever be changed by either 'env import', 'env set' or loading user environment from environment storage.
Signed-off-by: Marek Vasut marex@denx.de
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom