aboutsummaryrefslogtreecommitdiff
path: root/product/rdn1e1/include/scp_system_mmap_scp.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/rdn1e1/include/scp_system_mmap_scp.h')
-rw-r--r--product/rdn1e1/include/scp_system_mmap_scp.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/product/rdn1e1/include/scp_system_mmap_scp.h b/product/rdn1e1/include/scp_system_mmap_scp.h
new file mode 100644
index 00000000..1ab9a82d
--- /dev/null
+++ b/product/rdn1e1/include/scp_system_mmap_scp.h
@@ -0,0 +1,17 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef SCP_SYSTEM_MMAP_SCP_H
+#define SCP_SYSTEM_MMAP_SCP_H
+
+#include <scp_rdn1e1_mmap_scp.h>
+
+#define SCP_ROM_SIZE (64 * 1024)
+#define SCP_RAM0_SIZE (256 * 1024)
+#define SCP_RAM1_SIZE (256 * 1024)
+
+#endif /* SCP_SYSTEM_MMAP_SCP_H */