summaryrefslogtreecommitdiff
path: root/include/configs/porter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/porter.h')
-rw-r--r--include/configs/porter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/porter.h b/include/configs/porter.h
index 48f433486c..7c46b55d8f 100644
--- a/include/configs/porter.h
+++ b/include/configs/porter.h
@@ -59,4 +59,10 @@
#define CONFIG_SPL_MAX_SIZE 0x40000
#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x140000
+/* TPL support */
+#ifdef CONFIG_TPL_BUILD
+#define CONFIG_CONS_SCIF0
+#define CONFIG_SH_SCIF_CLK_FREQ 65000000
+#endif
+
#endif /* __PORTER_H */