diff options
| author | Marek Vasut <[email protected]> | 2025-09-03 16:22:26 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-09 12:43:34 -0600 |
| commit | c9d4e82670ec4e4bab5681710de4240a3fb42fe8 (patch) | |
| tree | 93d34b33b31bb60784f7a93cdb276999c88ccfac /include/env_default.h | |
| parent | 5d01a971804e3f7f7d320870acf5418bd8497535 (diff) | |
env: Fix up indent
Replace #define<TAB> with #define<space> to be consistent in
the entire file. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/env_default.h')
| -rw-r--r-- | include/env_default.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/env_default.h b/include/env_default.h index 9caf22cdd1d..ae2cfbcbc45 100644 --- a/include/env_default.h +++ b/include/env_default.h @@ -79,10 +79,10 @@ const char default_environment[] = { #ifdef CONFIG_USE_BOOTFILE "bootfile=" CONFIG_BOOTFILE "\0" #endif -#ifdef CONFIG_SYS_LOAD_ADDR +#ifdef CONFIG_SYS_LOAD_ADDR "loadaddr=" __stringify(CONFIG_SYS_LOAD_ADDR)"\0" #endif -#ifdef CONFIG_ENV_VARS_UBOOT_CONFIG +#ifdef CONFIG_ENV_VARS_UBOOT_CONFIG "arch=" CONFIG_SYS_ARCH "\0" #ifdef CONFIG_SYS_CPU "cpu=" CONFIG_SYS_CPU "\0" |
