summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-11-08 22:12:53 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-11 08:52:05 +0100
commit7a1e15bff8e9867ab6cf1e8fd9efc7b4e8b57a8c (patch)
tree1390bf3d9db5d642398577980a3c986f35f7a10b /arch/ppc
parentb9137e9b6d1efe56e3089e3711cfb413ba0f1130 (diff)
downloadbarebox-7a1e15bff8e9867ab6cf1e8fd9efc7b4e8b57a8c.tar.gz
barebox-7a1e15bff8e9867ab6cf1e8fd9efc7b4e8b57a8c.tar.xz
Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes replacing spaces to tabs, formatting in accordance format. No functional changes. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/mach-mpc85xx/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/ppc/mach-mpc85xx/Kconfig b/arch/ppc/mach-mpc85xx/Kconfig
index 80cb0d9e08..dc5708cb56 100644
--- a/arch/ppc/mach-mpc85xx/Kconfig
+++ b/arch/ppc/mach-mpc85xx/Kconfig
@@ -48,10 +48,10 @@ config MPC8544
default y
config DDR_SPD
- bool
- default y
+ bool
+ default y
config FSL_DDR2
- bool
- default y
+ bool
+ default y
endif