You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
347 B
12 lines
347 B
--- a/arch/mips/amazon/prom.c
|
|
+++ b/arch/mips/amazon/prom.c
|
|
@@ -63,9 +63,6 @@ void __init prom_init(void)
|
|
|
|
int memsize = 16; /* assume 16M as default */
|
|
|
|
- mips_machgroup = MACH_GROUP_INFINEON;
|
|
- mips_machtype = MACH_INFINEON_AMAZON;
|
|
-
|
|
envp = (char **)KSEG1ADDR((unsigned long)envp);
|
|
while (*envp) {
|
|
char *e = (char *)KSEG1ADDR(*envp);
|
|
|