diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-06-17 18:19:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-17 08:51:29 -0400 |
commit | b4d14bc81ad580000277deae5d51e3e3ef09875f (patch) | |
tree | e5d79bf17a41260c0b145c6af06fc89b9a4e1584 /include/configs/uniphier.h | |
parent | ea5003ad66b2c42d57496cbdf75218d0e15e41a5 (diff) | |
download | u-boot-b4d14bc81ad580000277deae5d51e3e3ef09875f.tar.gz u-boot-b4d14bc81ad580000277deae5d51e3e3ef09875f.tar.xz u-boot-b4d14bc81ad580000277deae5d51e3e3ef09875f.zip |
Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to Kconfig
This converts the following to Kconfig:
CONFIG_ARMV7_PSCI_1_0
CONFIG_ARMV7_PSCI_0_2
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 03bbbab3cf..d0841a7d55 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -39,8 +39,6 @@ #define BOOTENV #endif -#define CONFIG_ARMV7_PSCI_1_0 - #define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) #define CONFIG_TIMESTAMP |