From b30315f5ba266430ba6efea9b78d04c5aeffadd6 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 8 Feb 2021 10:53:55 +0100 Subject: [PATCH] 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 --- projects/Amlogic/options | 4 ---- projects/RPi/options | 4 ---- projects/Samsung/options | 4 ---- 3 files changed, 12 deletions(-) diff --git a/projects/Amlogic/options b/projects/Amlogic/options index b12a3c8eb4..73612e580c 100644 --- a/projects/Amlogic/options +++ b/projects/Amlogic/options @@ -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, diff --git a/projects/RPi/options b/projects/RPi/options index df6a0cc290..da37a4a681 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -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" diff --git a/projects/Samsung/options b/projects/Samsung/options index 177a08c8ea..1d7b976803 100644 --- a/projects/Samsung/options +++ b/projects/Samsung/options @@ -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"