diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-11 09:11:56 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 08:43:25 -0400 |
commit | 0da35fa8d67415c7d595f6a74952905decc2a911 (patch) | |
tree | efa58e0cd4d8ab045cee721bd8391b816363e328 /include/configs/apalis-tk1.h | |
parent | eb8eb3174992a96241e1511a02c02b36c51ad292 (diff) | |
download | u-boot-0da35fa8d67415c7d595f6a74952905decc2a911.tar.gz |
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/apalis-tk1.h')
-rw-r--r-- | include/configs/apalis-tk1.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index 57192649ecc..da935f77b9a 100644 --- a/include/configs/apalis-tk1.h +++ b/include/configs/apalis-tk1.h @@ -114,8 +114,4 @@ #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" -/* Reserve top 1M for secure RAM */ -#define CONFIG_ARMV7_SECURE_BASE 0xfff00000 -#define CONFIG_ARMV7_SECURE_RESERVE_SIZE 0x00100000 - #endif /* __CONFIG_H */ |