From patchwork Sat Mar 3 11:34:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Babic X-Patchwork-Id: 144418 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 3BCF3B6EF3 for ; Sat, 3 Mar 2012 22:35:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C7E4128099; Sat, 3 Mar 2012 12:35:21 +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 L+LfyzmPxjZA; Sat, 3 Mar 2012 12:35:21 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BAD1D280AD; Sat, 3 Mar 2012 12:35:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8BF16280AD for ; Sat, 3 Mar 2012 12:35:16 +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 Ca-NoWXL1X+E for ; Sat, 3 Mar 2012 12:35:16 +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 smtpi4.ngi.it (smtpi4.ngi.it [88.149.128.104]) by theia.denx.de (Postfix) with ESMTP id 0B6C928099 for ; Sat, 3 Mar 2012 12:35:14 +0100 (CET) Received: from paperina.lan (unknown [88.149.182.160]) by smtpi4.ngi.it (Postfix) with ESMTP id A619F426CD; Sat, 3 Mar 2012 12:34:45 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by paperina.lan (Postfix) with ESMTP id 1D75A140A0FF; Sat, 3 Mar 2012 12:34:41 +0100 (CET) Received: from paperina.lan ([127.0.0.1]) by localhost (paperina.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oHRLzAhVX9SO; Sat, 3 Mar 2012 12:34:23 +0100 (CET) Received: from [192.168.2.247] (papero.lan [192.168.2.247]) by paperina.lan (Postfix) with ESMTP id 6CFB8140A103; Sat, 3 Mar 2012 12:34:23 +0100 (CET) Message-ID: <4F5201BF.7090806@denx.de> Date: Sat, 03 Mar 2012 12:34:23 +0100 From: Stefano Babic User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Wolfgang Denk X-Enigmail-Version: 1.3.5 Cc: U-Boot@lists.denx.de Subject: [U-Boot] [GIT Pull] u-boot-staging 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 Hi Wolfgang, please pull from u-boot-staging, sbabic@denx.de branch. The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5: Merge branch 'master' of git://git.denx.de/u-boot-microblaze (2012-02-26 22:17:40 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-staging sbabic@denx.de Simon Glass (2): m68k: Change memsz to a signed char to avoid warning ppc: Change memsz variable to signed char arch/m68k/lib/board.c | 2 +- arch/powerpc/lib/board.c | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) Best regards, Stefano Babic