From patchwork Fri Apr 19 19:13:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 238093 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id CB6492C022B for ; Sat, 20 Apr 2013 05:14:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 403304A424; Fri, 19 Apr 2013 21:14:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rTlrtufBZSDj; Fri, 19 Apr 2013 21:14:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 19C804A3C9; Fri, 19 Apr 2013 21:14:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C3D884A3CB for ; Fri, 19 Apr 2013 21:13:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wHGhg1T5O9PL for ; Fri, 19 Apr 2013 21:13:56 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-ye0-f173.google.com (mail-ye0-f173.google.com [209.85.213.173]) by theia.denx.de (Postfix) with ESMTPS id C8D364A3C8 for ; Fri, 19 Apr 2013 21:13:53 +0200 (CEST) Received: by mail-ye0-f173.google.com with SMTP id q5so670179yen.18 for ; Fri, 19 Apr 2013 12:13:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:subject:date:message-id:x-mailer; bh=QLYWms/a7bfRMCVcqSh5GOkV553NUFtfzAt2pmc0/7k=; b=XZwNna6gcuuDJupSU3rwH2d3gXZf+SayfAu33W3QdKN6EuG2uisp3jd6W/Ma++929Q 5k8930vd1w68qD8aubR6P9Y9x4i4C0wCLl7uWl1O60FvoCRMDsf4VzbrEiI6aNFHrbQd H5ISO7Jq/9kda/hbnXpiK8KNa4mqalYDxVIE2ugaji0cZFlI41S/Al8Y5ak8J5Gnn2KV eCdVq1VseFi9bG2kmlrm9oz6VMYbOAoX7DEJbTm8k5DJ2hz3OLMOLq8Ng72JWtfhsyun GU91u7DjaxbN8imQfXQ9D0PaN68b8pBdW1WwyszUUSmwpjjgzR+MlDJx95+orxrWk8xL CaDw== X-Received: by 10.236.131.230 with SMTP id m66mr12716046yhi.88.1366398831871; Fri, 19 Apr 2013 12:13:51 -0700 (PDT) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPS id v48sm26437646yhi.26.2013.04.19.12.13.49 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Apr 2013 12:13:50 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Fri, 19 Apr 2013 15:13:52 -0400 Message-Id: <1366398833-15444-1-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 Subject: [U-Boot] [PATCH 1/2] config_cmd_default.h: Remove CONFIG_CMD_MEMTEST X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de As per doc/feature-removal-schedule.txt, remove CONFIG_CMD_MEMTEST from default list of commands. Signed-off-by: Tom Rini --- doc/feature-removal-schedule.txt | 17 ----------------- include/config_cmd_default.h | 1 - 2 files changed, 18 deletions(-) diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index ce72861..b4899c4 100644 --- a/doc/feature-removal-schedule.txt +++ b/doc/feature-removal-schedule.txt @@ -7,23 +7,6 @@ file. --------------------------- -What: Remove CONFIG_CMD_MEMTEST from default list -When: Release v2013.07 - -Why: The "mtest" command is of little practical use (if any), and - experience has shown that a large number of board configu- - rations define useless or even dangerous start and end - addresses. If not even the board maintainers are able to - figure out which memory range can be reliably tested, how can - we expect such from the end users? As this problem comes up - repeatedly, we rather do not enable this command by default, - so only people who know what they are doing will be confronted - with it. - -Who: Wolfgang Denk - ---------------------------- - What: Remove CONFIG_SYS_ENABLE_PADS_ALL and CONFIG_SYS_CLOCKS_ENABLE_ALL When: Release v2013.07 diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h index a521103..73c9544 100644 --- a/include/config_cmd_default.h +++ b/include/config_cmd_default.h @@ -31,7 +31,6 @@ #define CONFIG_CMD_LOADB /* loadb */ #define CONFIG_CMD_LOADS /* loads */ #define CONFIG_CMD_MEMORY /* md mm nm mw cp cmp crc base loop */ -#define CONFIG_CMD_MEMTEST /* mtest */ #define CONFIG_CMD_MISC /* Misc functions like sleep etc*/ #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ #define CONFIG_CMD_NFS /* NFS support */