forked from OERV-BSP/u-boot
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 <marek.vasut+renesas@mailbox.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user