From patchwork Tue Dec 6 22:40:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 129838 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 498AF1007D5 for ; Wed, 7 Dec 2011 09:40:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DA842280D9; Tue, 6 Dec 2011 23:40:12 +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 wnQo4jgU72tO; Tue, 6 Dec 2011 23:40:12 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F02B8280D3; Tue, 6 Dec 2011 23:40:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ABC49280D3 for ; Tue, 6 Dec 2011 23:40:07 +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 p41rFRG1gLet for ; Tue, 6 Dec 2011 23:40:05 +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-qw0-f51.google.com (mail-qw0-f51.google.com [209.85.216.51]) by theia.denx.de (Postfix) with ESMTPS id 760E2280D1 for ; Tue, 6 Dec 2011 23:40:03 +0100 (CET) Received: by qadb12 with SMTP id b12so5181853qad.3 for ; Tue, 06 Dec 2011 14:40:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=YaJuN1OLIsbOKcs3FBTKGaOfYlhJmN32RK5zSJoCt7s=; b=ECPEYF2PKVK0h8YFaQbAvuFB7mNoD1wlUFfddIoCPxaGSDWqh82kVouKmcdZbvTa6q jAgV715qczoOCtY7bncGUUN0ohOAnvsVzW+Ucx9AM/NTT72Mv8DdLU3SBNkslYa/4HGO QtZwhE/SSA585eZyVN8RYY9lKbXPuQHhojIoQ= MIME-Version: 1.0 Received: by 10.224.180.131 with SMTP id bu3mr13992226qab.5.1323211202715; Tue, 06 Dec 2011 14:40:02 -0800 (PST) Received: by 10.229.94.72 with HTTP; Tue, 6 Dec 2011 14:40:02 -0800 (PST) In-Reply-To: <0FDAA471-7ABC-4D63-9CC7-F2793A7A4975@gmail.com> References: <0FDAA471-7ABC-4D63-9CC7-F2793A7A4975@gmail.com> Date: Tue, 6 Dec 2011 15:40:02 -0700 Message-ID: From: Tom Rini To: Albert ARIBAUD Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Please pull u-boot-ti/master 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de On Mon, Dec 5, 2011 at 4:52 PM, Tom Rini wrote: > Hi Albert, > > The following changes since commit 3865b6eba83707e1ad134bd42da426fd032948f5: >  Stefano Babic (1): >       MX35: flea3: changes due to hardware revision B Update! The following changes since commit 3865b6eba83707e1ad134bd42da426fd032948f5: Stefano Babic (1): MX35: flea3: changes due to hardware revision B are available in the git repository at: git://git.denx.de/u-boot-ti.git master Anatolij Gustschin (3): arch/arm/cpu/armv7/omap-common/spl.c: Fix GCC 4.2 warnings arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix GCC 4.6 warnings arch/arm/include/asm/arch-omap5/clocks.h: Fix GCC 4.2 warnings Manjunath Hadli (1): da850evm: pass board revision info to kernel Simon Schwarz (1): devkit8000: Move CONFIG_SYS_TEXT_BASE out of bss Sughosh Ganu (1): davinci: Remove unwanted memsize.c from hawkboard's nand spl build arch/arm/cpu/armv7/omap-common/clocks-common.c | 8 +++----- arch/arm/cpu/armv7/omap-common/spl.c | 5 +++-- arch/arm/include/asm/arch-omap5/clocks.h | 16 ++++++++-------- board/davinci/da8xxevm/da850evm.c | 6 +++++- include/configs/da850_am18xxevm.h | 2 +- include/configs/devkit8000.h | 10 ++++++++-- nand_spl/board/davinci/da8xxevm/Makefile | 6 ------ 7 files changed, 28 insertions(+), 25 deletions(-)