diff options
author | Victor Kamensky <kamensky@cisco.com> | 2020-10-19 15:21:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:11:46 +0100 |
commit | f27fa7ad97a8d4eed2e4e67cb404a67fa873a425 (patch) | |
tree | 6c9440a66e94fbff43eabf6838278570d184f2ed /meta | |
parent | 1932b04a1e51c236ed8cc8412cf5c02560dbf502 (diff) | |
download | poky-f27fa7ad97a8d4eed2e4e67cb404a67fa873a425.tar.gz |
Revert "qemumips: use 34Kf-64tlb CPU emulation"
This reverts commit 6a9568401cbf8bed89d1f63dae61a07a83a20b50.
Will be replaced with upstreamed solution instead, that just
bumped number of TLBs to 64 in original 34Kf CPU model.
(From OE-Core rev: f64cc9e747765d51e5bb01321d41d063718c8e83)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/qemumips.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf index b8c80f02ef..1373e4cba0 100644 --- a/meta/conf/machine/qemumips.conf +++ b/meta/conf/machine/qemumips.conf | |||
@@ -15,4 +15,4 @@ SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" | |||
15 | 15 | ||
16 | QB_SYSTEM_NAME = "qemu-system-mips" | 16 | QB_SYSTEM_NAME = "qemu-system-mips" |
17 | 17 | ||
18 | QB_CPU = "-cpu 34Kf-64tlb" | 18 | QB_CPU = "-cpu 34Kf" |