Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114671
b: refs/heads/master
c: 91a385b
h: refs/heads/master
i:
  114669: 1078e13
  114667: f63f7c1
  114663: bafd2fa
  114655: 34d2d6d
v: v3
  • Loading branch information
Aurelien Jarno authored and Ralf Baechle committed Oct 15, 2008
1 parent ed88a3a commit bb1f8ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2dbac10263b2f3c561de68b4c369bc679352ccee
refs/heads/master: 91a385b8f2d0b4000fffb99b9411c1ffa926dc91
3 changes: 3 additions & 0 deletions trunk/arch/mips/bcm47xx/wgt634u.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ static int __init wgt634u_init(void)
((et0mac[1] == 0x09 && et0mac[2] == 0x5b) ||
(et0mac[1] == 0x0f && et0mac[2] == 0xb5))) {
struct ssb_mipscore *mcore = &ssb_bcm47xx.mipscore;

printk(KERN_INFO "WGT634U machine detected.\n");

wgt634u_flash_data.width = mcore->flash_buswidth;
wgt634u_flash_resource.start = mcore->flash_window;
wgt634u_flash_resource.end = mcore->flash_window
Expand Down

0 comments on commit bb1f8ee

Please sign in to comment.