summaryrefslogtreecommitdiff
path: root/include/configs/rpi_3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/rpi_3.h')
-rw-r--r--include/configs/rpi_3.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/rpi_3.h b/include/configs/rpi_3.h
new file mode 100644
index 0000000000..0dd9e7e40a
--- /dev/null
+++ b/include/configs/rpi_3.h
@@ -0,0 +1,14 @@
+/*
+ * (C) Copyright 2012-2016 Stephen Warren <swarren@wwwdotorg.org>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define CONFIG_SYS_CACHELINE_SIZE 64
+
+#include "rpi-common.h"
+
+#endif