From patchwork Wed Oct 30 14:18:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 287224 X-Patchwork-Delegate: andreas.biessmann@googlemail.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 A241D2C0381 for ; Thu, 31 Oct 2013 01:19:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2502A4A1A5; Wed, 30 Oct 2013 15:19:36 +0100 (CET) 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 uyEG6fpuudTX; Wed, 30 Oct 2013 15:19:35 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B54174A1DF; Wed, 30 Oct 2013 15:19:31 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C4BA34A1DD for ; Wed, 30 Oct 2013 15:19:28 +0100 (CET) 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 Rg01E36zlk8H for ; Wed, 30 Oct 2013 15:19:24 +0100 (CET) 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-ea0-f173.google.com (mail-ea0-f173.google.com [209.85.215.173]) by theia.denx.de (Postfix) with ESMTPS id 4376D4A1D1 for ; Wed, 30 Oct 2013 15:19:11 +0100 (CET) Received: by mail-ea0-f173.google.com with SMTP id g10so699707eak.18 for ; Wed, 30 Oct 2013 07:19:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=cnGjIJu6bdijsa3uI3H/LlREEStfk+rLHSRdRufWcWc=; b=PMa/+2dnN0rE5BdCD9qzE7LfIQSTloOk5VVA7c4rv24ZHjVvFcS1Cgr/P5vaGXf+oa HzPgEknrSvtk2AiWQ965y7BlUwYrlLWxSU85S/tOYz0XUyTmFI6N/yjaeHB3LFu3T44E W4J/CQa0ZxGzsWgefh43nMN56ksZTsi2xgpS6yW18wnJpD2+9YLZNSd6Jb1aBeiUGVoU +b/JRsEqe236vU58BzNfTw/m+ktypKyoXfuQnxC/wpknEELDiW2t5wZNKGpvUjop5zAD DuNe7E2eh32Eu3oGAFmZdaLJMVcRVucBYRDWe/LBuLlplolqVflurTAXxb05UQckg4Zi amFg== X-Received: by 10.15.32.198 with SMTP id a46mr5266258eev.31.1383142751069; Wed, 30 Oct 2013 07:19:11 -0700 (PDT) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPSA id z12sm84038986eev.6.2013.10.30.07.19.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 30 Oct 2013 07:19:07 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: u-boot@lists.denx.de Date: Wed, 30 Oct 2013 15:18:20 +0100 Message-Id: <1383142702-9782-5-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1383142702-9782-1-git-send-email-andreas.devel@googlemail.com> References: <1383142702-9782-1-git-send-email-andreas.devel@googlemail.com> MIME-Version: 1.0 Cc: Ryan Mallon Subject: [U-Boot] [PATCH 4/6] snapper9260: remove unused AT91_LEGACY 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Andreas Bießmann --- include/configs/snapper9260.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 17eb5f2..005931c 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -74,7 +74,6 @@ #define CONFIG_USB_STORAGE /* GPIOs and IO expander */ -#define CONFIG_AT91_LEGACY #define CONFIG_ATMEL_LEGACY #define CONFIG_AT91_GPIO #define CONFIG_AT91_GPIO_PULLUP 1