summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-24 07:57:48 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-24 08:01:45 +0000
commit456cef2f6810d80111208ae48147ff709b0dd6d0 (patch)
tree2569989536e3d052d545023da4f1567467c08ea5
parent970f0c3f7d2425ff490b72cbc6eccc9f5be704f1 (diff)
downloadblackbird-skiboot-456cef2f6810d80111208ae48147ff709b0dd6d0.tar.gz
blackbird-skiboot-456cef2f6810d80111208ae48147ff709b0dd6d0.zip
Remove Talos DT match from Romulus file
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
-rw-r--r--platforms/astbmc/romulus.c3
1 files changed, 1 insertions, 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 */
OpenPOWER on IntegriCloud