diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2012-06-05 13:15:59 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:32 +0200 |
commit | d92151b9259bc009a4dd8ed1683770520f3b10ac (patch) | |
tree | c3b08f0fa618e7bd1d119d6d7bcb3ff418dc229b /include/configs | |
parent | c4c4b0e66188e7a21256ba67255f8bc874994039 (diff) | |
download | u-boot-imx-d92151b9259bc009a4dd8ed1683770520f3b10ac.zip u-boot-imx-d92151b9259bc009a4dd8ed1683770520f3b10ac.tar.gz u-boot-imx-d92151b9259bc009a4dd8ed1683770520f3b10ac.tar.bz2 |
lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/lacie_kw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 0796ccf..c35c2db 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -70,7 +70,7 @@ #ifdef CONFIG_INETSPACE_V2 /* Different SDRAM configuration and size for Internet Space v2 */ -#define CONFIG_SYS_KWD_CONFIG ($(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-is2.cfg) +#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-is2.cfg #endif /* |