From patchwork Mon Oct 31 07:26:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Scharsig X-Patchwork-Id: 122752 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 0FCECB6F75 for ; Mon, 31 Oct 2011 18:29:57 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 66B3D28753; Mon, 31 Oct 2011 08:29:55 +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 fZsT9L62oy8p; Mon, 31 Oct 2011 08:29:55 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 25A9E289C6; Mon, 31 Oct 2011 08:29:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D9BB6289C6 for ; Mon, 31 Oct 2011 08:29:51 +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 vJ0INrI7k+6D for ; Mon, 31 Oct 2011 08:29:51 +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 smtp-out-017.synserver.de (smtp-out-017.synserver.de [212.40.185.17]) by theia.denx.de (Postfix) with SMTP id 2FF2828753 for ; Mon, 31 Oct 2011 08:29:49 +0100 (CET) Received: (qmail 4781 invoked by uid 0); 31 Oct 2011 07:29:48 -0000 X-SynServer-TrustedSrc: 1 X-SynServer-AuthUser: postmaster@scharsoft.de X-SynServer-PPID: 4719 Received: from dslb-088-073-239-106.pools.arcor-ip.net (HELO jenslinux.site) [88.73.239.106] by 217.119.54.81 with AES256-SHA encrypted SMTP; 31 Oct 2011 07:29:48 -0000 Received: by jenslinux.site (Postfix, from userid 500) id 456DDB8C; Mon, 31 Oct 2011 08:26:30 +0100 (CET) From: Jens Scharsig To: u-boot@lists.denx.de Date: Mon, 31 Oct 2011 08:26:06 +0100 Message-Id: <1320045966-25187-1-git-send-email-js_at_ng@scharsoft.de> X-Mailer: git-send-email 1.7.3.4 Cc: Jens Scharsig , esw@bus-elektronik.de Subject: [U-Boot] [PATCH V2] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board 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 * re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board Signed-off-by: Jens Scharsig --- include/configs/eb_cpux9k2.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index 4324172..ad51906 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -41,6 +41,8 @@ #define CONFIG_MISC_INIT_R #define CONFIG_BOARD_EARLY_INIT_F +#define MACH_TYPE_EB_CPUX9K2 1977 + /*--------------------------------------------------------------------------*/ #define CONFIG_SYS_TEXT_BASE 0x00000000 #define CONFIG_SYS_LOAD_ADDR 0x21000000 /* default load address */