Migrate the other MIPS24K SoC cores to use the CPU_MIPS24K option.

This commit is contained in:
Adrian Chadd 2016-02-11 06:23:02 +00:00
parent 67a2f29041
commit 6d525d0af8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295503
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
machine mips mips
ident AR71XX_BASE
cpu CPU_MIPS4KC
cpu CPU_MIPS24K
makeoptions KERNLOADADDR=0x80050000
options HZ=1000
options HWPMC_HOOKS

View File

@ -10,7 +10,7 @@
machine mips mips
ident AR724X_BASE
cpu CPU_MIPS4KC
cpu CPU_MIPS24K
makeoptions KERNLOADADDR=0x80050000
options HZ=1000
options HWPMC_HOOKS

View File

@ -12,7 +12,7 @@
machine mips mips
ident AR91XX_BASE
cpu CPU_MIPS4KC
cpu CPU_MIPS24K
makeoptions KERNLOADADDR=0x80050000
options HZ=1000

View File

@ -12,7 +12,7 @@
machine mips mips
ident QCA953X_BASE
cpu CPU_MIPS4KC
cpu CPU_MIPS24K
makeoptions KERNLOADADDR=0x80050000
options HZ=1000