summaryrefslogtreecommitdiffstats
path: root/include/configs/sun7i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/sun7i.h')
-rw-r--r--include/configs/sun7i.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h
index 9b693f7039..f82431c57d 100644
--- a/include/configs/sun7i.h
+++ b/include/configs/sun7i.h
@@ -16,6 +16,13 @@
#define CONFIG_SYS_PROMPT "sun7i# "
+#define CONFIG_ARMV7_VIRT 1
+#define CONFIG_ARMV7_NONSEC 1
+#define CONFIG_ARMV7_PSCI 1
+#define CONFIG_ARMV7_PSCI_NR_CPUS 2
+#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE
+#define CONFIG_SYS_CLK_FREQ 24000000
+
/*
* Include common sunxi configuration where most the settings are
*/