Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279684
b: refs/heads/master
c: dabc784
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker authored and Kumar Gala committed Jan 4, 2012
1 parent ccf2fd6 commit 7ef88b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96ea3b4a70edc9fdfaa7080ced102b1eb62a6616
refs/heads/master: dabc78403fc2ad96e6fc8b53c6c6abcc02e152ee
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/83xx/sbc834x.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ static int __init sbc834x_probe(void)
{
unsigned long root = of_get_flat_dt_root();

return of_flat_dt_is_compatible(root, "SBC834x");
return of_flat_dt_is_compatible(root, "SBC834xE");
}

define_machine(sbc834x) {
.name = "SBC834x",
.name = "SBC834xE",
.probe = sbc834x_probe,
.setup_arch = sbc834x_setup_arch,
.init_IRQ = mpc83xx_ipic_init_IRQ,
Expand Down

0 comments on commit 7ef88b4

Please sign in to comment.