mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: rockchip: no build mach-rockchip when CONFIG_ARM_PSCI
There is not need to build mach-rockchip when PSCI is enabled. Save about 5K text, 7K data and fix compilation error for THUMB2_KERNEL. Change-Id: Ieb17867592d7d49a8b983dc5c7e8d1d1df14d864 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -203,7 +203,9 @@ machine-$(CONFIG_ARCH_PICOXCELL) += picoxcell
|
||||
machine-$(CONFIG_ARCH_PXA) += pxa
|
||||
machine-$(CONFIG_ARCH_QCOM) += qcom
|
||||
machine-$(CONFIG_ARCH_REALVIEW) += realview
|
||||
ifndef CONFIG_ARM_PSCI
|
||||
machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
|
||||
endif
|
||||
machine-$(CONFIG_ARCH_RPC) += rpc
|
||||
machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx
|
||||
machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx
|
||||
|
||||
Reference in New Issue
Block a user