Skip to content

Commit

Permalink
Remove Talos DT match from Romulus file
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
madscientist159 authored and stewartsmith committed May 1, 2019
1 parent 23903ca commit c51914b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platforms/astbmc/romulus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c51914b

Please sign in to comment.