summaryrefslogtreecommitdiff
path: root/include/configs/pxm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/pxm2.h')
-rw-r--r--include/configs/pxm2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/pxm2.h b/include/configs/pxm2.h
index d75d562963..946b2c85e9 100644
--- a/include/configs/pxm2.h
+++ b/include/configs/pxm2.h
@@ -150,4 +150,8 @@
#define CONFIG_SYS_CONSOLE_FG_COL 0x00
#endif
+#ifndef CONFIG_SPL_BUILD
+#define CONFIG_FIT
+#endif
+
#endif /* ! __CONFIG_PXM2_H */