From: Michal Simek Date: Tue, 10 Jun 2014 22:24:23 +0000 (+0200) Subject: ARM: ultrascale: Fix indentation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e39933ff5e910659726f57fd1d868f36b6060d02;p=thirdparty%2Fu-boot.git ARM: ultrascale: Fix indentation Trivial fix. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_ultrascale.h b/include/configs/xilinx_ultrascale.h index 634312010c6..70940f924c1 100644 --- a/include/configs/xilinx_ultrascale.h +++ b/include/configs/xilinx_ultrascale.h @@ -135,9 +135,9 @@ "tftpboot 20000000 system.dtb && " \ "bootm 1000000 - 20000000\0" -#define CONFIG_BOOTARGS "console=ttyPS0" -#define CONFIG_BOOTCOMMAND "echo Hello Xilinx UltraScale MP; run netboot" -#define CONFIG_BOOTDELAY 5 +#define CONFIG_BOOTARGS "console=ttyPS0" +#define CONFIG_BOOTCOMMAND "echo Hello Xilinx UltraScale MP; run netboot" +#define CONFIG_BOOTDELAY 5 /* Do not preserve environment */ #define CONFIG_ENV_IS_NOWHERE 1