aboutsummaryrefslogtreecommitdiff
path: root/product/rcar/include/system_mmap_scp.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/rcar/include/system_mmap_scp.h')
-rw-r--r--product/rcar/include/system_mmap_scp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/product/rcar/include/system_mmap_scp.h b/product/rcar/include/system_mmap_scp.h
new file mode 100644
index 00000000..d87281d4
--- /dev/null
+++ b/product/rcar/include/system_mmap_scp.h
@@ -0,0 +1,16 @@
+/*
+ * Renesas SCP/MCP Software
+ * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef SYSTEM_MMAP_SCP_H
+#define SYSTEM_MMAP_SCP_H
+
+#include <rcar_mmap_scp.h>
+
+#define SCP_ROM_SIZE (64 * 1024) /* for SCP romfw */
+#define SCP_RAM_SIZE (256 * 1024) /* for SCP ramfw */
+
+#endif /* SYSTEM_MMAP_SCP_H */