aboutsummaryrefslogtreecommitdiff
path: root/pdl/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdl/include/config.h')
-rw-r--r--pdl/include/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pdl/include/config.h b/pdl/include/config.h
new file mode 100644
index 0000000000..b2d37705ab
--- /dev/null
+++ b/pdl/include/config.h
@@ -0,0 +1,11 @@
+#ifndef __PDL_CONFIG_H__
+#define __PDL_CONFIG_H__
+
+#ifdef CONFIG_SPL_BUILD
+# define CONFIG_RDA_PDL1
+#else
+# define CONFIG_RDA_PDL2
+#endif
+
+#endif // __PDL_CONFIG_H__
+