summaryrefslogtreecommitdiff
path: root/boot/mxs-bootlets
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-11-11 17:23:23 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-11 22:19:30 +0100
commitbed4e27868aaefb3b82dca9ba076415bec368557 (patch)
tree478b89dc5a865eeb4b3b0067fab6e7c78ba2a3d0 /boot/mxs-bootlets
parentc2255e00f3ead5d9a55d81f503be269b555fbed5 (diff)
Config.in files: whitespace cleanup
This patch fixes the following whitespace problems in Config.in files: - trailing whitespace - spaces instead of tabs for indentation - help text not indented with tab + 2 spaces Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot/mxs-bootlets')
-rw-r--r--boot/mxs-bootlets/Config.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/boot/mxs-bootlets/Config.in b/boot/mxs-bootlets/Config.in
index 2222ff607..4bb07a06f 100644
--- a/boot/mxs-bootlets/Config.in
+++ b/boot/mxs-bootlets/Config.in
@@ -43,16 +43,16 @@ choice
Select which bootstream to generate
config BR2_TARGET_MXS_BOOTLETS_BAREBOX
- depends on BR2_TARGET_BAREBOX
- bool "Barebox Bootloader"
+ depends on BR2_TARGET_BAREBOX
+ bool "Barebox Bootloader"
config BR2_TARGET_MXS_BOOTLETS_LINUX
- depends on BR2_LINUX_KERNEL
- bool "Linux Kernel"
+ depends on BR2_LINUX_KERNEL
+ bool "Linux Kernel"
config BR2_TARGET_MXS_BOOTLETS_UBOOT
- depends on BR2_TARGET_UBOOT
- bool "U-boot bootloader"
+ depends on BR2_TARGET_UBOOT
+ bool "U-boot bootloader"
endchoice
@@ -82,9 +82,9 @@ config BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
endchoice
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD_NAME
- string "Custom board name"
- depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
- help
- Name of the board to build the bootlets for
+ string "Custom board name"
+ depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
+ help
+ Name of the board to build the bootlets for
endif