diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-10-24 16:38:05 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-25 13:38:46 +0100 |
commit | 8a1424506d108e7c58d80ae52d40857f5710e3c4 (patch) | |
tree | cb0a48266019b87f809fb1a8e43a11cd0716c8d4 | |
parent | 7b02d9c943b9a8d1a61a330b76e205fc468ac1ac (diff) | |
download | u-boot-imx-8a1424506d108e7c58d80ae52d40857f5710e3c4.zip u-boot-imx-8a1424506d108e7c58d80ae52d40857f5710e3c4.tar.gz u-boot-imx-8a1424506d108e7c58d80ae52d40857f5710e3c4.tar.bz2 |
sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUS
It is not used anywhere.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
-rw-r--r-- | include/configs/sun7i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h index 3629587..f6b1b3e 100644 --- a/include/configs/sun7i.h +++ b/include/configs/sun7i.h @@ -23,7 +23,6 @@ #endif #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 |