[Skiboot] [PATCH 2/6] Remove Talos DT match from Romulus file
Timothy Pearson
tpearson at raptorengineering.com
Sat Apr 27 02:59:33 AEST 2019
>From 6973717f05c64cb76e4293b4e1c21d7505b06c16 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <tpearson at raptorengineering.com>
Date: Wed, 24 Apr 2019 07:57:48 +0000
Subject: [PATCH 2/6] Remove Talos DT match from Romulus file
Signed-off-by: Timothy Pearson <tpearson at raptorengineering.com>
---
platforms/astbmc/romulus.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/platforms/astbmc/romulus.c b/platforms/astbmc/romulus.c
index fbbd33f2..7bb07cce 100644
--- a/platforms/astbmc/romulus.c
+++ b/platforms/astbmc/romulus.c
@@ -54,8 +54,7 @@ static const struct slot_table_entry romulus_phb_table[] = {
static bool romulus_probe(void)
{
- if (!dt_node_is_compatible(dt_root, "ibm,romulus") &&
- !dt_node_is_compatible(dt_root, "rcs,talos"))
+ if (!dt_node_is_compatible(dt_root, "ibm,romulus"))
return false;
/* Lot of common early inits here */
--
2.11.0
More information about the Skiboot
mailing list