From patchwork Thu Dec 16 21:48:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 75803 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 DD9FEB6F1E for ; Fri, 17 Dec 2010 08:48:59 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F13E0280FB; Thu, 16 Dec 2010 22:48:57 +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 DdMQYNOVg-mp; Thu, 16 Dec 2010 22:48:57 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D0881280E5; Thu, 16 Dec 2010 22:48:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 710AD280BF for ; Thu, 16 Dec 2010 22:48: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 1ogmdPqxv1ky for ; Thu, 16 Dec 2010 22:48: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 mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTP id F289C280A8 for ; Thu, 16 Dec 2010 22:48:50 +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 6971B18015EA for ; Thu, 16 Dec 2010 22:48:50 +0100 (CET) X-Auth-Info: T5aPhZ1xquGO6VwkK2V/92q1dTbgMwXaMobxKyxtt6s= Received: from diddl.denx.de (ppp-188-174-79-57.dynamic.mnet-online.de [188.174.79.57]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id C579E1C0011E for ; Thu, 16 Dec 2010 22:48:50 +0100 (CET) Received: from gemini.denx.de (unknown [10.0.0.2]) by diddl.denx.de (Postfix) with ESMTP id A8F75316EC0B for ; Thu, 16 Dec 2010 22:48:50 +0100 (CET) Received: from gemini.denx.de (localhost.localdomain [127.0.0.1]) by gemini.denx.de (Postfix) with ESMTP id 90717D1CAB9 for ; Thu, 16 Dec 2010 22:48:50 +0100 (CET) To: u-boot@lists.denx.de From: Wolfgang Denk MIME-Version: 1.0 Date: Thu, 16 Dec 2010 22:48:50 +0100 Message-Id: <20101216214850.90717D1CAB9@gemini.denx.de> Subject: [U-Boot] [PULL] u-boot-arm.git master 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following changes since commit 3600945b5aebb2d029c97c48a38d8dc960ad6935: ARM: */start.S: use canonical asm syntax (2010-12-13 23:58:50 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Asen Dimov (6): pm9g45: ARM relocation support pm9g45: enable cache command pm9263: ARM relocation support pm9263: enable cache command pm9261: ARM relocation support pm9261: enable cache command board/ronetix/pm9261/config.mk | 1 - board/ronetix/pm9261/pm9261.c | 9 ++++++++- board/ronetix/pm9263/config.mk | 1 - board/ronetix/pm9263/pm9263.c | 9 ++++++++- board/ronetix/pm9g45/config.mk | 1 - board/ronetix/pm9g45/pm9g45.c | 9 ++++++++- include/configs/pm9261.h | 7 +++++++ include/configs/pm9263.h | 7 +++++++ include/configs/pm9g45.h | 7 +++++++ 9 files changed, 45 insertions(+), 6 deletions(-) delete mode 100644 board/ronetix/pm9261/config.mk delete mode 100644 board/ronetix/pm9263/config.mk delete mode 100644 board/ronetix/pm9g45/config.mk Best regards, Wolfgang Denk