From patchwork Fri Apr 19 19:13:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 238094 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 578382C022A for ; Sat, 20 Apr 2013 05:14:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 57F654A435; Fri, 19 Apr 2013 21:14:09 +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 BSycuX-+K45i; Fri, 19 Apr 2013 21:14:09 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 096E64A41B; Fri, 19 Apr 2013 21:14:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 131644A3C8 for ; Fri, 19 Apr 2013 21:13:58 +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 n7lCwyI4NS-F for ; Fri, 19 Apr 2013 21:13:57 +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-gh0-f179.google.com (mail-gh0-f179.google.com [209.85.160.179]) by theia.denx.de (Postfix) with ESMTPS id 3D4904A3C9 for ; Fri, 19 Apr 2013 21:13:55 +0200 (CEST) Received: by mail-gh0-f179.google.com with SMTP id z12so548827ghb.10 for ; Fri, 19 Apr 2013 12:13:54 -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 :in-reply-to:references; bh=+P3Upji0a4X3WGAGlIgaeIoq3FP6gWU+SysykeokQC4=; b=F0lT9etJR9PDdiZGYxpgatUivbeHR5pt80l1IhFUYSB22eb+TACQhjMIVTvuBxSBvX jKL9EjKeF2RHo/A9+pbi7Ih6VltTMXOZYqM9VzrkLIFoSrTKJ24efTy/Pel4La8a17o/ UU17Tg/c8PNGzvlgoEnPbB8/fwIdXscSZUHAnCJhDo48K28JQ7dCZn1XCiSd52O3uXzf uvIPcpSmrRpGOAImLJF4+zyC1xBxBvMVjVc36u7t7PisZi46TfQkkH4hik83x8s9Qrfo 9y7DI5IS9ze+vJV/feoYGGQzgEuWTOLgA98eU8wA6ybLnIzmifydlzXoPG5SJoAPwc2s ObiA== X-Received: by 10.236.127.211 with SMTP id d59mr12463063yhi.6.1366398834464; Fri, 19 Apr 2013 12:13:54 -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.52 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Apr 2013 12:13:52 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Fri, 19 Apr 2013 15:13:53 -0400 Message-Id: <1366398833-15444-2-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1366398833-15444-1-git-send-email-trini@ti.com> References: <1366398833-15444-1-git-send-email-trini@ti.com> Subject: [U-Boot] [PATCH 2/2] feature-removal-schedule.txt: Add CONFIG_SYS_MTEST_START/END 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 With 'mtest' no longer a default command, we will have unused defines which should be removed for the v2013.10 release. Signed-off-by: Tom Rini --- doc/feature-removal-schedule.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index b4899c4..1c79c14 100644 --- a/doc/feature-removal-schedule.txt +++ b/doc/feature-removal-schedule.txt @@ -7,6 +7,18 @@ file. --------------------------- +What: Remove unused CONFIG_SYS_MEMTEST_START/END +When: Release v2013.10 + +Why: As the 'mtest' command is no longer default, a number of platforms + have not opted to turn the command back on and thus provide unused + defines (which are likely to be propogated to new platforms from + copy/paste). Remove these defines when unused. + +Who: Tom Rini + +--------------------------- + What: Remove CONFIG_SYS_ENABLE_PADS_ALL and CONFIG_SYS_CLOCKS_ENABLE_ALL When: Release v2013.07