diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-09 11:30:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-09 17:30:47 -0400 |
commit | 923c84032b99ad10838c4e5e3f0e2edfdbdced41 (patch) | |
tree | 62821d541d4a9b0dcdf76337529cdffb8b858656 /include/configs/cei-tk1-som.h | |
parent | cf09e0cb16d9f761e5a1f99f9a4c9613970081d7 (diff) | |
download | u-boot-923c84032b99ad10838c4e5e3f0e2edfdbdced41.tar.gz |
Convert CONFIG_ARMV7_PSCI et al to Kconfig
This converts the following to Kconfig:
CONFIG_ARMV7_PSCI
CONFIG_ARMV7_PSCI_NR_CPUS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cei-tk1-som.h')
-rw-r--r-- | include/configs/cei-tk1-som.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cei-tk1-som.h b/include/configs/cei-tk1-som.h index dbebef34e3..2541f2fc27 100644 --- a/include/configs/cei-tk1-som.h +++ b/include/configs/cei-tk1-som.h @@ -32,8 +32,6 @@ #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" -#define CONFIG_ARMV7_PSCI 1 -#define CONFIG_ARMV7_PSCI_NR_CPUS 4 /* Reserve top 1M for secure RAM */ #define CONFIG_ARMV7_SECURE_BASE 0xfff00000 #define CONFIG_ARMV7_SECURE_RESERVE_SIZE 0x00100000 |