mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
tinymembench: Fix typo error on dependence
It should be BR2_MIPS_NABI64 instead of BR_MIPS_NABI64 Fixes: http://autobuild.buildroot.net/results/c5d/c5da2d99c09b1a2f7da23f1636f1ccc8978cc4a3/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3783b84eef
commit
2d9ee197c2
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_TINYMEMBENCH
|
config BR2_PACKAGE_TINYMEMBENCH
|
||||||
bool "tinymembench"
|
bool "tinymembench"
|
||||||
depends on !BR2_MIPS_NABI32 && !BR_MIPS_NABI64
|
depends on !BR2_MIPS_NABI32 && !BR2_MIPS_NABI64
|
||||||
help
|
help
|
||||||
Tinymembench is a simple memory benchmark program, which
|
Tinymembench is a simple memory benchmark program, which
|
||||||
tries to measure the peak bandwidth of sequential memory
|
tries to measure the peak bandwidth of sequential memory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user