diff mbox

[5/5] uboot: indentation cleanup

Message ID 1457559032-3384-5-git-send-email-jerzy.grzegorek@trzebnica.net
State Accepted
Commit 24ba69015cc6a2431c9cdb16288dc19ec23a52a8
Headers show

Commit Message

Jerzy Grzegorek March 9, 2016, 9:30 p.m. UTC
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 boot/uboot/Config.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox

Patch

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index dde4710..4a6dc56 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -332,11 +332,11 @@  config BR2_TARGET_UBOOT_ZYNQ_IMAGE
 	depends on BR2_TARGET_UBOOT_SPL
 	depends on BR2_TARGET_UBOOT_FORMAT_DTB_IMG
 	help
-	 Generate the BOOT.BIN file from U-Boot's SPL. The image
-	 boots the Xilinx Zynq chip without any FPGA bitstream.
-	 A bitstream can be loaded by the U-Boot. The SPL searchs
-	 for u-boot-dtb.img file so this U-Boot format is required
-	 to be set.
+	  Generate the BOOT.BIN file from U-Boot's SPL. The image
+	  boots the Xilinx Zynq chip without any FPGA bitstream.
+	  A bitstream can be loaded by the U-Boot. The SPL searchs
+	  for u-boot-dtb.img file so this U-Boot format is required
+	  to be set.
 
 menuconfig BR2_TARGET_UBOOT_ENVIMAGE
 	bool "Environment image"