summaryrefslogtreecommitdiff
path: root/include/configs/km_arm.h
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2011-04-08 02:47:46 +0000
committerWolfgang Denk <wd@denx.de>2011-05-10 23:20:30 +0200
commit499b1a4d33d4c3feee2244c580eae57e895a0759 (patch)
treecc363a8988e3dbd2ac5d3b746bcade786f1c1c44 /include/configs/km_arm.h
parenta9417ce74a8b79b1a3ab879d05f4f54138422c6e (diff)
downloadu-boot-imx-499b1a4d33d4c3feee2244c580eae57e895a0759.zip
u-boot-imx-499b1a4d33d4c3feee2244c580eae57e895a0759.tar.gz
u-boot-imx-499b1a4d33d4c3feee2244c580eae57e895a0759.tar.bz2
km/common: fix coding style issues in generic header
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Acked-by: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de> cc: Detlev Zundel <dzu@denx.de> cc: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include/configs/km_arm.h')
-rw-r--r--include/configs/km_arm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h
index 70113d4..add5624 100644
--- a/include/configs/km_arm.h
+++ b/include/configs/km_arm.h
@@ -106,7 +106,7 @@
#define CONFIG_BOOTMAPSZ (8 << 20) /* Initial Memmap for Linux */
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
#define CONFIG_INITRD_TAG /* enable INITRD tag */
-#define CONFIG_SETUP_MEMORY_TAGS /* enable memory tag */
+#define CONFIG_SETUP_MEMORY_TAGS /* enable memory tag */
/*
* Commands configuration
@@ -176,10 +176,10 @@
#ifndef __ASSEMBLY__
#include <asm/arch-kirkwood/gpio.h>
extern void __set_direction(unsigned pin, int high);
-void set_sda (int state);
-void set_scl (int state);
-int get_sda (void);
-int get_scl (void);
+void set_sda(int state);
+void set_scl(int state);
+int get_sda(void);
+int get_scl(void);
#define KM_KIRKWOOD_SDA_PIN 8
#define KM_KIRKWOOD_SCL_PIN 9
#define KM_KIRKWOOD_ENV_WP 38