From 7eab33b763d33d6be210ddb69e3c67411bad0fd0 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Sat, 6 Sep 2014 01:56:52 -0500 Subject: [PATCH] tegra132: remove bring_up_secondary_cpu chip option Now that there is cpu devicetree support retire the bring_up_secondary_cpu option as the devicetree is the way going forward to do other CPU bring up. BUG=chrome-os-partner:31761 BRANCH=None TEST=Built and booted with 2nd core. Change-Id: Ic213fbf56a1846e73462886f876a0a70e48b3158 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/216929 Reviewed-by: Furquan Shaikh --- src/soc/nvidia/tegra132/chip.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/nvidia/tegra132/chip.h b/src/soc/nvidia/tegra132/chip.h index 654e381236..394f0a4020 100644 --- a/src/soc/nvidia/tegra132/chip.h +++ b/src/soc/nvidia/tegra132/chip.h @@ -26,7 +26,6 @@ #define EINVAL 2 struct soc_nvidia_tegra132_config { - int bring_up_secondary_cpu; }; #endif /* __SOC_NVIDIA_TEGRA132_CHIP_H__ */