summaryrefslogtreecommitdiff
path: root/include/configs/sun6i.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 09:11:56 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 08:43:25 -0400
commit0da35fa8d67415c7d595f6a74952905decc2a911 (patch)
treeefa58e0cd4d8ab045cee721bd8391b816363e328 /include/configs/sun6i.h
parenteb8eb3174992a96241e1511a02c02b36c51ad292 (diff)
Convert CONFIG_ARMV7_SECURE_BASE et al to Kconfig
This converts the following to Kconfig: CONFIG_ARMV7_SECURE_BASE CONFIG_ARMV7_SECURE_MAX_SIZE CONFIG_ARMV7_SECURE_RESERVE_SIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sun6i.h')
-rw-r--r--include/configs/sun6i.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/sun6i.h b/include/configs/sun6i.h
index 1e490daac1..0b1fedda10 100644
--- a/include/configs/sun6i.h
+++ b/include/configs/sun6i.h
@@ -11,13 +11,6 @@
#define __CONFIG_H
/*
- * A31 specific configuration
- */
-
-#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE
-#define CONFIG_ARMV7_SECURE_MAX_SIZE (64 * 1024) /* 64 KB */
-
-/*
* Include common sunxi configuration where most the settings are
*/
#include <configs/sunxi-common.h>