Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81283
b: refs/heads/master
c: 3e6f439
h: refs/heads/master
i:
  81281: 61d5b83
  81279: 0d6feb9
v: v3
  • Loading branch information
Kumar Gala committed Jan 24, 2008
1 parent d0f5b9b commit 5091cdc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: ad160681c8caa0a73e6abd3ac606cd857608f94a
refs/heads/master: 3e6f4394ab3ae4480593d5f2612a0d92fd39bf07
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/boot/cuboot-83xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ static void platform_fixups(void)
void *soc;

dt_fixup_memory(bd.bi_memstart, bd.bi_memsize);
dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr);
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
dt_fixup_cpu_clocks(bd.bi_intfreq, bd.bi_busfreq / 4, bd.bi_busfreq);

/* Unfortunately, the specific model number is encoded in the
Expand Down
5 changes: 3 additions & 2 deletions trunk/arch/powerpc/boot/cuboot-85xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ static void platform_fixups(void)
void *soc;

dt_fixup_memory(bd.bi_memstart, bd.bi_memsize);
dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr,
bd.bi_enet2addr);
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
dt_fixup_mac_address_by_alias("ethernet2", bd.bi_enet2addr);
dt_fixup_cpu_clocks(bd.bi_intfreq, bd.bi_busfreq / 8, bd.bi_busfreq);

/* Unfortunately, the specific model number is encoded in the
Expand Down

0 comments on commit 5091cdc

Please sign in to comment.