From patchwork Sun Oct 30 13:18:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 122605 X-Patchwork-Delegate: sbabic@denx.de 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 B0F69B6F83 for ; Mon, 31 Oct 2011 00:19:01 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E9A1C28BCB; Sun, 30 Oct 2011 14:18:56 +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 zrtOExPbAilO; Sun, 30 Oct 2011 14:18:56 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3627B28BAB; Sun, 30 Oct 2011 14:18:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4537128BAB for ; Sun, 30 Oct 2011 14:18:52 +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 fgLVNHpWLHvQ for ; Sun, 30 Oct 2011 14:18:50 +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-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTP id 3977628B47 for ; Sun, 30 Oct 2011 14:18:48 +0100 (CET) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 8E2EB188A165; Sun, 30 Oct 2011 14:19:37 +0100 (CET) X-Auth-Info: fuqnU0xyxOfqNBqMnAaUYr8UALqfagI+norkBS3EDx4= Received: from diddl.denx.de (host-80-81-18-216.customer.m-online.net [80.81.18.216]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id A0E421C000A3; Sun, 30 Oct 2011 14:18:45 +0100 (CET) Received: from gemini.denx.de (unknown [10.0.0.2]) by diddl.denx.de (Postfix) with ESMTP id 78847C913106; Sun, 30 Oct 2011 14:18:45 +0100 (CET) Received: by gemini.denx.de (Postfix, from userid 500) id 5CE2711F9E5D; Sun, 30 Oct 2011 14:18:45 +0100 (CET) From: Wolfgang Denk To: u-boot@lists.denx.de Date: Sun, 30 Oct 2011 14:18:41 +0100 Message-Id: <1319980721-6615-1-git-send-email-wd@denx.de> X-Mailer: git-send-email 1.7.6.4 Subject: [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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 Signed-off-by: Wolfgang Denk cc: Stefano Babic --- include/configs/tx25.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 8cb57ff..39d551e 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -29,6 +29,10 @@ #define CONFIG_MX25_CLK32 32000 /* OSC32K frequency */ #define CONFIG_SYS_HZ 1000 +#ifndef MACH_TYPE_TX25 +#define MACH_TYPE_TX25 2177 +#endif + #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* 256 kB for U-Boot */ /* NAND BOOT is the only boot method */