[Skiboot] [PATCH v2 3/7] mambo: Remove mambo quirk in platform generic code

Michael Neuling mikey at neuling.org
Mon May 2 15:26:17 AEST 2016


Mambo has it's own platform, so we can remove the generic hack.

Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 core/platform.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/core/platform.c b/core/platform.c
index 0dfbb88..371cf42 100644
--- a/core/platform.c
+++ b/core/platform.c
@@ -104,9 +104,6 @@ static void generic_platform_init(void)
 
 static int64_t generic_cec_power_down(uint64_t request __unused)
 {
-	if (chip_quirk(QUIRK_MAMBO_CALLOUTS))
-		mambo_sim_exit();
-
 	return OPAL_UNSUPPORTED;
 }
 
-- 
2.7.4



More information about the Skiboot mailing list