summaryrefslogtreecommitdiff
path: root/include/configs/mt7988.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mt7988.h')
-rw-r--r--include/configs/mt7988.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/mt7988.h b/include/configs/mt7988.h
new file mode 100644
index 00000000000..e63825a5a19
--- /dev/null
+++ b/include/configs/mt7988.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Configuration for MediaTek MT7988 SoC
+ *
+ * Copyright (C) 2022 MediaTek Inc.
+ * Author: Sam Shih <sam.shih@mediatek.com>
+ */
+
+#ifndef __MT7988_H
+#define __MT7988_H
+
+#define CFG_MAX_MEM_MAPPED 0xC0000000
+
+#endif