diff mbox

[U-Boot,2/6] lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2

Message ID 1337178035-7575-3-git-send-email-simon.guinot@sequanux.org
State Accepted
Commit d92151b9259bc009a4dd8ed1683770520f3b10ac
Delegated to: Prafulla Wadaskar
Headers show

Commit Message

Simon Guinot May 16, 2012, 2:20 p.m. UTC
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
---
 include/configs/lacie_kw.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h
index 5746fc4..4f8bc8f 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
 
 /*