remove VALGRIND="no" from options files

valgrind is only included if VALGRIND is explicitly set to "yes",
setting it to "no" in some options files is not needed.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2021-02-08 10:53:55 +01:00
parent 7f2318b2b1
commit b30315f5ba
3 changed files with 0 additions and 12 deletions

View File

@ -60,10 +60,6 @@
# build with installer (yes / no)
INSTALLER_SUPPORT="no"
# build debug with valgrind (yes / no)
# Increases image size significantly
VALGRIND="no"
# additional drivers to install:
# for a list of additional drivers see packages/linux-drivers
# Space separated list is supported,

View File

@ -101,10 +101,6 @@
# build with installer (yes / no)
INSTALLER_SUPPORT="no"
# build debug with valgrind (yes / no)
# Not available for armv6. Increases image size significantly
VALGRIND="no"
# kernel image name
KERNEL_NAME="kernel.img"

View File

@ -62,10 +62,6 @@
# build with installer (yes / no)
INSTALLER_SUPPORT="no"
# build debug with valgrind (yes / no)
# Increases image size significantly
VALGRIND="no"
# additional packages to install:
# Space separated list is supported,
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"