summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2016-03-09 22:30:32 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-09 23:01:18 +0100
commit24ba69015cc6a2431c9cdb16288dc19ec23a52a8 (patch)
tree7dd0717a105879c20c597f1c869447cb3cbd9c05 /boot
parentb51efee098b5257b44161dfd88d09c77e83539a4 (diff)
uboot: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/uboot/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index dde471027..4a6dc5687 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"