summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@nxp.com>2017-09-11 08:37:26 (GMT)
committerAlison Wang <b18965@freescale.com>2017-09-13 05:39:20 (GMT)
commit85bfc58954f4a2aeed300524ad15ffe63d371b5d (patch)
tree4ef13182af24777105a86f2f75eb2b51b298b216 /include/configs
parent96cc4d72500150db31f062e296f9964e1e78a76e (diff)
downloadu-boot-85bfc58954f4a2aeed300524ad15ffe63d371b5d.tar.xz
ls1088aqds: Enable IFC and QIXIS in SPL image
Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ls1088a_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h
index 85118ec..fa59c10 100644
--- a/include/configs/ls1088a_common.h
+++ b/include/configs/ls1088a_common.h
@@ -88,7 +88,7 @@
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
-#ifndef SPL_NO_IFC
+#if !defined(SPL_NO_IFC) || defined(CONFIG_TARGET_LS1088AQDS)
/* IFC */
#define CONFIG_FSL_IFC
#endif