Files
u-boot/include/configs
Tom Rini bf904ea418 Rename CONFIG_SYS_AUTOLAOD to CONFIG_SYS_DISABLE_AUTOLOAD
The "autoload" environment variable is always checked with env_get_yesno
as it can be set to any form of no.  The default behavior of
env_get_yesno is to return -1 on variables that are not set, which acts
as true in general (we test for non-zero return).  To convert
CONFIG_SYS_AUTOLOAD to Kconfig, given that it was almost always used to
set autoload to no, first rename to CONFIG_SYS_DISABLE_AUTOLOAD for
consistency sake.  Then, make it so that if enabled we set autoload=0 in
the default environment.  Migrate all platforms which set
CONFIG_SYS_AUTOLOAD to non-true or that set autoload to false in their
default environment to using CONFIG_SYS_DISABLE_AUTOLOAD

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-06-28 17:11:49 -04:00
..
2022-06-06 12:09:27 -04:00
2022-06-10 13:37:33 -04:00
2022-06-06 12:09:28 -04:00
2022-06-28 17:11:48 -04:00
2022-06-28 17:11:48 -04:00
2022-06-06 12:09:27 -04:00
2022-03-18 18:12:03 +08:00
2022-06-22 21:30:05 -04:00
2021-12-27 16:20:18 -05:00
2022-03-25 12:01:15 +00:00
2022-06-06 12:09:27 -04:00
2022-06-06 12:09:27 -04:00
2022-06-28 17:03:32 -04:00
2022-06-28 17:11:48 -04:00
2022-04-18 11:25:13 +08:00
2022-06-14 21:33:13 +02:00
2022-06-28 17:11:48 -04:00
2022-06-28 17:11:48 -04:00
2022-06-28 17:11:48 -04:00
2021-12-27 16:20:18 -05:00
2022-06-06 12:09:27 -04:00
2022-06-06 12:09:00 -04:00
2022-06-28 17:11:48 -04:00
2022-06-06 12:09:00 -04:00
2022-06-06 12:09:27 -04:00
2022-03-03 16:51:19 -05:00
2022-06-06 12:09:27 -04:00
2021-09-07 16:22:30 -04:00
2021-12-27 16:20:18 -05:00
2022-06-28 17:11:48 -04:00
2022-06-28 17:03:32 -04:00
2021-12-05 09:26:26 -07:00
2022-06-28 17:11:48 -04:00