From patchwork Fri Oct 5 12:09:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Vernier X-Patchwork-Id: 189466 X-Patchwork-Delegate: albert.aribaud@free.fr 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 06D602C0086 for ; Fri, 5 Oct 2012 22:12:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5D1B9280A0; Fri, 5 Oct 2012 14:12:08 +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 YZceOXQdEGk2; Fri, 5 Oct 2012 14:12:08 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 48601280AB; Fri, 5 Oct 2012 14:10:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 095F32809C for ; Fri, 5 Oct 2012 14:10:35 +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 m5JVCm22w0-w for ; Fri, 5 Oct 2012 14:10:33 +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-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by theia.denx.de (Postfix) with ESMTPS id 78AD72808C for ; Fri, 5 Oct 2012 14:10:22 +0200 (CEST) Received: by mail-lb0-f172.google.com with SMTP id k13so1325137lbo.3 for ; Fri, 05 Oct 2012 05:10:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=Up9i7sJNCoy7wfhruVUlAfqfnnq9gqmrx2l/ZE0U944=; b=oKdMzAspmLEn71g5eALMAofybpvN7Hd62vMz5k6K4DOkSPuK6O49g1TG63c1TseuBb J78w731pPJMFixWe1ULqEQm9li+fcZb1FGbXkLwGJrOeFQ12PeNtcrIMXkRY0JxPMvM3 2QEsp+i3tmXEhBzRKlRYjm/+2ZbOxy4dk72MMAno/HUPUTyTCtM7oXPPakwpHEgpVpQl Zb4h7dMY0BIZO6eT4ZFep2Ip/Fa5NNj+63a8gF4jDrOt2NXF3mLljlM5hVWozqVydS4f yY8LOwJKRqrcFAg12nXhZT+P0MhYVsiM1C7rRdsHxAMG1Z5fexO7ZPnU2sgzvBn9vQp7 C/5Q== Received: by 10.152.105.135 with SMTP id gm7mr6755254lab.22.1349439022281; Fri, 05 Oct 2012 05:10:22 -0700 (PDT) Received: from latmask.orsoc.lan (c213-89-175-97.bredband.comhem.se. [213.89.175.97]) by mx.google.com with ESMTPS id fp7sm1102794lab.4.2012.10.05.05.10.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Oct 2012 05:10:21 -0700 (PDT) From: Yann Vernier To: u-boot@lists.denx.de Date: Fri, 5 Oct 2012 14:09:55 +0200 Message-Id: <1349438998-10954-9-git-send-email-yann.vernier@orsoc.se> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1349438998-10954-1-git-send-email-yann.vernier@orsoc.se> References: <1349438998-10954-1-git-send-email-yann.vernier@orsoc.se> In-Reply-To: <20121004111506.1777a119@lilith> References: <20121004111506.1777a119@lilith> X-Gm-Message-State: ALoCoQmivnxMENzGpKD7+SR9jUPK72OV/sxaqPi6Ee932NjxVNI8LsmSYJiOMXZWBeJscHcIBrm+ Subject: [U-Boot] [PATCH 08/11] arm: cm4008, cm41xx: don't define to 1 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 Removed needless values for configuration macros. --- include/configs/cm4008.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/configs/cm4008.h b/include/configs/cm4008.h index 18f7900..43a2591 100644 --- a/include/configs/cm4008.h +++ b/include/configs/cm4008.h @@ -28,14 +28,14 @@ * High Level Configuration Options * (easy to change) */ -#define CONFIG_KS8695 1 /* it is a KS8695 CPU */ -#define CONFIG_CM4008 1 /* it is an OpenGear CM4008 boad */ +#define CONFIG_KS8695 /* it is a KS8695 CPU */ +#define CONFIG_CM4008 /* it is an OpenGear CM4008 boad */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ -#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ -#define CONFIG_SETUP_MEMORY_TAGS 1 -#define CONFIG_INITRD_TAG 1 +#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ +#define CONFIG_SETUP_MEMORY_TAGS +#define CONFIG_INITRD_TAG #define CONFIG_DRIVER_KS8695ETH /* use KS8695 ethernet driver */