diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-27 23:30:56 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-27 23:35:14 +0100 |
commit | 844f07d8a1f1330c97631b23fbf6425db2dc1508 (patch) | |
tree | 3961225b799f81903403c1d8d1c74cec6afc64fb /include/configs/keymile-common.h | |
parent | e03dabe86b3bcb5be9e6d325f10747e3115cf4d1 (diff) | |
download | u-boot-imx-844f07d8a1f1330c97631b23fbf6425db2dc1508.zip u-boot-imx-844f07d8a1f1330c97631b23fbf6425db2dc1508.tar.gz u-boot-imx-844f07d8a1f1330c97631b23fbf6425db2dc1508.tar.bz2 |
Coding Style (white space) cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/keymile-common.h')
-rw-r--r-- | include/configs/keymile-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h index ccc71c9..e3bd264 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 |