summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authorAbhimanyu Saini <abhimanyu.saini@nxp.com>2016-06-03 18:41:32 +0530
committerYork Sun <york.sun@nxp.com>2016-06-03 14:12:50 -0700
commit3faaa24b1138e720e065ae7ee6c63f751e6867be (patch)
treecec4c9388608f9357eee600575a9fcab24b26693 /board/freescale
parentb7f2bbfff6dcc2d5989bb1d20500c431f7927daf (diff)
downloadblackbird-obmc-uboot-3faaa24b1138e720e065ae7ee6c63f751e6867be.tar.gz
blackbird-obmc-uboot-3faaa24b1138e720e065ae7ee6c63f751e6867be.zip
board: freescale: common: Conditionally compile IFC QXIS func
Check if qixis supports memory-mapped read/write before compiling IFC based qixis read/write functions. Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com> Signed-off-by: Abhimanyu Saini <abhimanyu.saini@nxp.com> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/common/qixis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/common/qixis.c b/board/freescale/common/qixis.c
index 113295f64a..2e35d419b2 100644
--- a/board/freescale/common/qixis.c
+++ b/board/freescale/common/qixis.c
@@ -27,6 +27,7 @@ void qixis_write_i2c(unsigned int reg, u8 value)
}
#endif
+#ifdef QIXIS_BASE
u8 qixis_read(unsigned int reg)
{
void *p = (void *)QIXIS_BASE;
@@ -40,6 +41,7 @@ void qixis_write(unsigned int reg, u8 value)
out_8(p + reg, value);
}
+#endif
u16 qixis_read_minor(void)
{
OpenPOWER on IntegriCloud