From patchwork Mon Jul 30 16:48:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 174049 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 4F8C32C0086 for ; Tue, 31 Jul 2012 02:49:57 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6A8BA280B8; Mon, 30 Jul 2012 18:49:43 +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 k1Hrna-nacmO; Mon, 30 Jul 2012 18:49:43 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BDB23280BC; Mon, 30 Jul 2012 18:49:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BFE3428096 for ; Mon, 30 Jul 2012 18:49: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 QKt9KY-CDXOk for ; Mon, 30 Jul 2012 18:49:09 +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-gg0-f172.google.com (mail-gg0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id E68A128095 for ; Mon, 30 Jul 2012 18:49:06 +0200 (CEST) Received: by ggnc4 with SMTP id c4so4962367ggn.3 for ; Mon, 30 Jul 2012 09:49:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=E4okn1kKAOB+stC236lEVTc96xEYcYMUBzAz2o6nI5A=; b=zxHClU3r+MkP+QBIHvvTGH4AH96d7l4Oox705qz5tLrzMdHr3khsYKs+gVeEpc+Jg+ zlCCh1bqhwmETcTHR0+uxK3dHHw4YHFtdVB5SwPbUFslyXem0NeqhzW8SuW3dlTJ55jA Tv4Y+sAylE4ybKAefM15GIr0Rfw+pxN18KSRMRaWHb3kPnfUxSgMhfXcO6oULU5NkzIK /trzN//A44KqKzJdt1B5KpNVoS1TcXE8uJunDm5ETgqQPf85bkQ3bVdByT2aVGMsyBeE gV8Ijj6v/JDrAXFrhAbsvx8elh8lj7dmZ7/47LaXfZSjVfu9hgMBc1p2MjKAwnvTfYph czdA== Received: by 10.68.224.170 with SMTP id rd10mr34062366pbc.106.1343666944420; Mon, 30 Jul 2012 09:49:04 -0700 (PDT) Received: from localhost.localdomain (ip68-230-54-74.ph.ph.cox.net. [68.230.54.74]) by mx.google.com with ESMTPS id ny4sm8227805pbb.57.2012.07.30.09.49.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jul 2012 09:49:03 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Mon, 30 Jul 2012 09:48:49 -0700 Message-Id: <1343666943-25378-4-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343666943-25378-1-git-send-email-trini@ti.com> References: <1343666943-25378-1-git-send-email-trini@ti.com> Subject: [U-Boot] [PATCH 03/17] am33xx: Remove DMM_BASE define 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 The am33xx does not have a DMM, so don't define the base. Signed-off-by: Tom Rini --- arch/arm/include/asm/arch-am33xx/hardware.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/include/asm/arch-am33xx/hardware.h b/arch/arm/include/asm/arch-am33xx/hardware.h index 0ec22eb..9be679f 100644 --- a/arch/arm/include/asm/arch-am33xx/hardware.h +++ b/arch/arm/include/asm/arch-am33xx/hardware.h @@ -53,7 +53,6 @@ /* EMIF Base address */ #define EMIF4_0_CFG_BASE 0x4C000000 #define EMIF4_1_CFG_BASE 0x4D000000 -#define DMM_BASE 0x4E000000 /* PLL related registers */ #define CM_PER 0x44E00000