Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58681
b: refs/heads/master
c: 569fb75
h: refs/heads/master
i:
  58679: 84b9ced
v: v3
  • Loading branch information
Ralf Baechle committed Jul 10, 2007
1 parent a1c1ae4 commit 664517a
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 44659f29a0a26dcdbf516a82b0ff96d6ba464724
refs/heads/master: 569fb7536ea66e3364a8ff0b26598c6c9874d657
4 changes: 2 additions & 2 deletions trunk/arch/mips/gt64120/wrppmc/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ const char *get_system_type(void)
*/
void __init prom_init(void)
{
mips_machgroup = MACH_GROUP_GALILEO;
mips_machtype = MACH_EV64120A;
mips_machgroup = MACH_GROUP_WINDRIVER;
mips_machtype = MACH_WRPPMC;

add_memory_region(WRPPMC_SDRAM_SCS0_BASE, WRPPMC_SDRAM_SCS0_SIZE, BOOT_MEM_RAM);
add_memory_region(WRPPMC_BOOTROM_BASE, WRPPMC_BOOTROM_SIZE, BOOT_MEM_ROM_DATA);
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-mips/bootinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@
#define MACH_MSP7120_FPGA 5 /* PMC-Sierra MSP7120 Emulation */
#define MACH_MSP_OTHER 255 /* PMC-Sierra unknown board type */

#define MACH_GROUP_WINDRIVER 28 /* Windriver boards */
#define MACH_WRPPMC 1

#define CL_SIZE COMMAND_LINE_SIZE

const char *get_system_type(void);
Expand Down

0 comments on commit 664517a

Please sign in to comment.