From 844f07d8a1f1330c97631b23fbf6425db2dc1508 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 27 Nov 2010 23:30:56 +0100 Subject: Coding Style (white space) cleanup Signed-off-by: Wolfgang Denk --- include/configs/keymile-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs/keymile-common.h') diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h index ccc71c96c0..e3bd264a80 100644 --- a/include/configs/keymile-common.h +++ b/include/configs/keymile-common.h @@ -35,10 +35,10 @@ * CONFIG_SYS_KWD_CONFIG should be defined in board specific header file */ #ifndef CONFIG_SYS_KWD_CONFIG -#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg +#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg #endif /* CONFIG_SYS_KWD_CONFIG */ -/* +/* * CONFIG_SYS_TEXT_BASE can be defined in board specific header file, if needed */ #ifndef CONFIG_SYS_TEXT_BASE -- cgit