diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-03 16:51:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-03 16:51:45 -0500 |
commit | fd690a5e932010d0309a859169aeb77af94dff24 (patch) | |
tree | 12f411ba7a217c285530f43de3f76ec838bc8cb9 /include/env_default.h | |
parent | 09cb77d22e8b87f02718a2e8f8ec7952f7673622 (diff) | |
parent | f9147d636ce26eec8719ce8167887736c321ef94 (diff) |
Merge branch '2022-03-03-Kconfig-migrations' into next
- Assorted Kconfig migrations and related cleanups.
Diffstat (limited to 'include/env_default.h')
-rw-r--r-- | include/env_default.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/env_default.h b/include/env_default.h index 21afd7f7dcf..7004a6fef29 100644 --- a/include/env_default.h +++ b/include/env_default.h @@ -77,7 +77,7 @@ const char default_environment[] = { #ifdef CONFIG_HOSTNAME "hostname=" CONFIG_HOSTNAME "\0" #endif -#ifdef CONFIG_BOOTFILE +#ifdef CONFIG_USE_BOOTFILE "bootfile=" CONFIG_BOOTFILE "\0" #endif #ifdef CONFIG_SYS_LOAD_ADDR |