summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-02-14 22:16:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-14 22:16:51 +0100
commit2cdf69f21cb716b66b25741b96f3600d8c17d589 (patch)
treea2a436aa7c4cdfea526d84bc68c972569fb20f16
parent9f6e5452c8b10a361ad7072058c2d13b69005eb9 (diff)
downloadptxdist-2cdf69f21cb716b66b25741b96f3600d8c17d589.tar.gz
ptxdist-2cdf69f21cb716b66b25741b96f3600d8c17d589.tar.xz
u-boot: fix indent
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/u-boot.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 1cac07bf7..e5401d6b9 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -62,7 +62,7 @@ config U_BOOT_INSTALL_ELF
config U_BOOT_INSTALL_MLO
prompt "install MLO"
- bool
+ bool
depends on !X_LOAD
help
Installing the U-Boot SPL ("MLO") binary needed for OMAP CPUs into platform
@@ -72,7 +72,7 @@ if U_BOOT_INSTALL_MLO
config U_BOOT_INSTALL_U_BOOT_IMG
prompt "install u-boot.img"
- bool
+ bool
help
Installing the u-boot image with header ("u-boot.img") which is executed
by u-boot SPL ("MLO") into platform image directory.