From patchwork Tue Sep 4 16:08:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 181616 X-Patchwork-Delegate: albert.aribaud@free.fr 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 B8BAD2C008F for ; Wed, 5 Sep 2012 02:08:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6FC6C28098; Tue, 4 Sep 2012 18:08:35 +0200 (CEST) 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 aM+mJeJ5jQn1; Tue, 4 Sep 2012 18:08:34 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ACF7428099; Tue, 4 Sep 2012 18:08:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 174F328099 for ; Tue, 4 Sep 2012 18:08:32 +0200 (CEST) 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 kYIUu1oe-XqB for ; Tue, 4 Sep 2012 18:08:31 +0200 (CEST) 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-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 0B62F28098 for ; Tue, 4 Sep 2012 18:08:29 +0200 (CEST) Received: by pbbrr4 with SMTP id rr4so9537852pbb.3 for ; Tue, 04 Sep 2012 09:08:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:organization:user-agent; bh=Ml5kptKRd7q/NZJx4Y2tIYgaepW4BcFpEXWZBuaadhA=; b=LZ+0SL7OVI/2OKzM/wCF89bkcHV2Cs3IqXnwt/vpQ1UiqlXCiWGZZpBHcATt59Xz4o BrWpJT9T3JwJcgClWUI+M8GdACt4Kf7QWfwOoXOORJTpXI6WXsa6TxrDdFhbdBiRLhvv XMRNiyMIYqky6oiRJT7F+1/um6kLhxm+IZxI8xhpynMzERSpKT4RsTf69KTtV88RaVM1 fpoH7IPNd+05dZ8BxFDpSnsBAQCMevhvf5ZHveYxs1bw+A0jXpJ8cZ9y0xHjjg6HuwCn r8HaL1FXX5ewAJiD8LXD2e3TUjcRUZBkh4Tx8etLX40fTdfPR+RQfvv0/ryE8qtFq7Ww bWAg== Received: by 10.68.136.137 with SMTP id qa9mr46633063pbb.140.1346774907773; Tue, 04 Sep 2012 09:08:27 -0700 (PDT) Received: from bill-the-cat ([2001:470:d:eba:85a5:28a8:458e:ad08]) by mx.google.com with ESMTPS id io1sm1231608pbc.43.2012.09.04.09.08.24 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 04 Sep 2012 09:08:25 -0700 (PDT) Date: Tue, 4 Sep 2012 09:08:26 -0700 From: Tom Rini To: Albert Aribaud Message-ID: <20120904160826.GA23991@bill-the-cat> MIME-Version: 1.0 Organization: Texas Instruments User-Agent: Mutt/1.5.21 (2010-09-15) Cc: u-boot@lists.denx.de Subject: [U-Boot] Please pull u-boot-staging/trini@ti.com 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 Hello, The following changes since commit a9f1a4893364ddbb8b7942cded91d4c17c4f5948: lsxl: support power switch (2012-09-03 17:48:51 +0530) are available in the git repository at: git://git.denx.de/u-boot-staging trini@ti.com for you to fetch changes up to e62b008fe341030f4a80a09b66952bba65027b70: integrator: break out common config (2012-09-04 08:51:13 -0700) ---------------------------------------------------------------- Linus Walleij (1): integrator: break out common config include/configs/integrator-common.h | 103 +++++++++++++++++++++++++++++++ include/configs/integratorap.h | 49 +-------------- include/configs/integratorcp.h | 115 ++--------------------------------- 3 files changed, 111 insertions(+), 156 deletions(-) create mode 100644 include/configs/integrator-common.h A build of all of the integrator boards is fine still.