From 0cda9597109f2e4cd922ee4ec66367b6513360db Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 23 Nov 2010 07:30:50 +0000 Subject: [PATCH] USBDEBUG by default in abuild was committed by mistake and then left in because USBDEBUG was actively worked on. This isn't true anymore, so drop it Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6119 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild | 1 - 1 file changed, 1 deletion(-) diff --git a/util/abuild/abuild b/util/abuild/abuild index 9601e83f5..5a17e5e32 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -203,7 +203,6 @@ function create_config echo "CONFIG_SCANBUILD_ENABLE=y" >> .config echo "CONFIG_SCANBUILD_REPORT_LOCATION=\"$TARGET/scan-build-results-tmp\"" >> .config fi - echo "CONFIG_USBDEBUG=y" >> .config fi #yes "" | $MAKE oldconfig -j $cpus obj=${build_dir} objutil=$TARGET/sharedutils &> ${build_dir}/config.log -- 2.25.1