From e39933ff5e910659726f57fd1d868f36b6060d02 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 11 Jun 2014 00:24:23 +0200 Subject: [PATCH] ARM: ultrascale: Fix indentation Trivial fix. Signed-off-by: Michal Simek --- include/configs/xilinx_ultrascale.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3