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: I3e8812cd2183f2126c11c36ff4844c15b3cbfc1b
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 7eab33b763d33d6be210ddb69e3c67411bad0fd0
Original-Change-Id: Ic213fbf56a1846e73462886f876a0a70e48b3158
Original-Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/216929
Original-Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: http://review.coreboot.org/9060
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Aaron Durbin 2014-09-06 01:56:52 -05:00 committed by Patrick Georgi
parent 99759fdc86
commit d79377efcf
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#define EINVAL 2 #define EINVAL 2
struct soc_nvidia_tegra132_config { struct soc_nvidia_tegra132_config {
int bring_up_secondary_cpu;
}; };
#endif /* __SOC_NVIDIA_TEGRA132_CHIP_H__ */ #endif /* __SOC_NVIDIA_TEGRA132_CHIP_H__ */