Argh! missing comma...
This commit is contained in:
parent
8783612fe2
commit
9166bcd7a8
@ -13313,7 +13313,7 @@ static struct arm_cpu_option_table arm_cpus[] =
|
||||
{"arm1026ejs", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2},
|
||||
{"arm1026ej-s", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2},
|
||||
{"arm1136js", ARM_ARCH_V6, FPU_NONE},
|
||||
{"arm1136j-s" ARM_ARCH_V6, FPU_NONE},
|
||||
{"arm1136j-s", ARM_ARCH_V6, FPU_NONE},
|
||||
{"arm1136jfs", ARM_ARCH_V6, FPU_ARCH_VFP_V2},
|
||||
{"arm1136jf-s", ARM_ARCH_V6, FPU_ARCH_VFP_V2},
|
||||
/* ??? XSCALE is really an architecture. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user