From patchwork Tue Nov 27 23:19:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Schwierzeck X-Patchwork-Id: 202318 X-Patchwork-Delegate: trini@ti.com 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 89D6B2C0086 for ; Wed, 28 Nov 2012 10:19:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 91F094A03F; Wed, 28 Nov 2012 00:19:53 +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 coHeVwtw-QDh; Wed, 28 Nov 2012 00:19:53 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D45C54A036; Wed, 28 Nov 2012 00:19:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 443414A036 for ; Wed, 28 Nov 2012 00:19:47 +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 k4solCJv6oG5 for ; Wed, 28 Nov 2012 00:19:43 +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-oa0-f44.google.com (mail-oa0-f44.google.com [209.85.219.44]) by theia.denx.de (Postfix) with ESMTPS id AA3CC4A032 for ; Wed, 28 Nov 2012 00:19:40 +0100 (CET) Received: by mail-oa0-f44.google.com with SMTP id n5so12495179oag.3 for ; Tue, 27 Nov 2012 15:19:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=EZXs45rRnhsKGJvr95XU/XvlyxzfiSwdtbzP6jZaR4s=; b=OWGgfJiscil0e03yZ+ydsQudFwDK+GiwIoNv/r1ODRY8O1JGNHtJPjtDVaxXQyzPjb 9uHvHGFGWPZsCog2I+4OZ3wB+fWxjjf8KXa8LGRBtnqPE6UHLdv/3xk2ADvOQx83PEOd WlpmZBIA9VjciLS2wSp8dKaMSpLTHDET61n7poteGZtCJsBXXY0lP7RVcc/vkptUbxFG IYAt2lGYLWYETgYQHz07ol0tYXCC8aWxqS2tkauoMPhOyVo10f00KSM7cO367HhUVPZi SIN5tilrQcMgCSKbPwPMqN7TfUfe7eIw4R9WIMJTKIXaXfEhUAkxQGz909hBXs/A3CHD jI1w== MIME-Version: 1.0 Received: by 10.182.218.37 with SMTP id pd5mr1269814obc.24.1354058379531; Tue, 27 Nov 2012 15:19:39 -0800 (PST) Received: by 10.60.32.167 with HTTP; Tue, 27 Nov 2012 15:19:39 -0800 (PST) Date: Wed, 28 Nov 2012 00:19:39 +0100 Message-ID: From: Daniel Schwierzeck To: Tom Rini X-Content-Filtered-By: Mailman/MimeDel 2.1.11 Cc: "u-boot@lists.denx.de" Subject: [U-Boot] [GIT PULL] u-boot-mips/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 Hi Tom, please pull a fix for MIPS timers. Thanks, Daniel The following changes since commit 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1: Merge branch 'master' of git://git.denx.de/u-boot-video (2012-11-19 09:28:04 -0700) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to 8ab36d2e5490ea7bd5a39fd65210533a6c478e28: MIPS: do not initialize timestamp variable before relocate_code (2012-11-25 21:50:43 +0100) ---------------------------------------------------------------- Zhi-zhou Zhang (1): MIPS: do not initialize timestamp variable before relocate_code arch/mips/cpu/mips32/time.c | 1 - arch/mips/cpu/mips64/time.c | 1 - 2 files changed, 2 deletions(-)