spl: move SYS_OS_BASE to Kconfig
[oweals/u-boot.git] / include / configs / sun8i.h
index b9a8731ee8b827868c050741303255c3cfdcaba2..011d70f367717817f94b57960d07c198b3afb2f8 100644 (file)
        #define CONFIG_SUNXI_USB_PHYS   2
 #endif
 
-#ifndef CONFIG_MACH_SUN8I_A83T
-#define CONFIG_ARMV7_PSCI              1
-#if defined(CONFIG_MACH_SUN8I_A23)
-#define CONFIG_ARMV7_PSCI_NR_CPUS      2
-#elif defined(CONFIG_MACH_SUN8I_A33)
-#define CONFIG_ARMV7_PSCI_NR_CPUS      4
-#elif defined(CONFIG_MACH_SUN8I_H3)
-#define CONFIG_ARMV7_PSCI_NR_CPUS      4
-#else
-#error Unsupported sun8i variant
-#endif
-#endif
-
 /*
  * Include common sunxi configuration where most the settings are
  */