From patchwork Tue Apr 28 23:17:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ash Charles X-Patchwork-Id: 465799 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 6F68614007D for ; Wed, 29 Apr 2015 09:18:07 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=njsHtUiF; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 532804BA0E; Wed, 29 Apr 2015 01:18:05 +0200 (CEST) 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 Jt9KbvL2pTdo; Wed, 29 Apr 2015 01:18:04 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 869414B8A5; Wed, 29 Apr 2015 01:18:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9A21B4B8D0 for ; Wed, 29 Apr 2015 01:18:02 +0200 (CEST) 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 Z4Uzmqeg0Rkx for ; Wed, 29 Apr 2015 01:18:02 +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-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by theia.denx.de (Postfix) with ESMTPS id 2031B4B8A5 for ; Wed, 29 Apr 2015 01:17:59 +0200 (CEST) Received: by pabtp1 with SMTP id tp1so9603338pab.2 for ; Tue, 28 Apr 2015 16:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=y8AGpw7qyWymfnaYgW/PznNSXqjoYuEruoYwXZ3FEIw=; b=njsHtUiFK0/baDLwb4NKtUZ2MBGdxL6t1Q9llG+NICyhWs57z3TSjB3Bpzjej+n/Fc AOcOsF55s4DJ/SkOhh0BgTeowvCjuWeM152Zq+T53MpBtwQEu68doxiCjg8Qv50wcTHe X0X2i8Jj8DrY1JZyVrW9SYEy5x7StxRGLOOUfGDq5j7zhXI3JyRxWPWzqWHmXEOPdFMF PbpF8GbNVaiTHSQqjaTCUKydh1ZusM8GqlcGpII/Sy7fLeVgz6UGyGVT/MP0BBOb2U+l s6LJjYWQS0Z6y537/lhpoF7bLanQIrsoLCCpRjr0vOUaniAtYJ6g23D3QR2XnnQ2kMIt mBPg== X-Received: by 10.67.6.231 with SMTP id cx7mr3289895pad.79.1430263077654; Tue, 28 Apr 2015 16:17:57 -0700 (PDT) Received: from gumstux.mystix.com (s206-116-3-180.bc.hsia.telus.net. [206.116.3.180]) by mx.google.com with ESMTPSA id c1sm23477686pdc.45.2015.04.28.16.17.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Apr 2015 16:17:57 -0700 (PDT) From: Ash Charles To: u-boot@lists.denx.de Date: Tue, 28 Apr 2015 16:17:50 -0700 Message-Id: <1430263075-27682-2-git-send-email-ashcharles@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1430263075-27682-1-git-send-email-ashcharles@gmail.com> References: <1430263075-27682-1-git-send-email-ashcharles@gmail.com> Subject: [U-Boot] [PATCH 1/6] omap3: overo: Set the Arbor43C 'expansionname' X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The Gumstix Arbor43C expansion board [1] uses a customized device tree file. When this expansion board is detected, load this file. [1] https://store.gumstix.com/index.php/products/635/ Signed-off-by: Ash Charles --- board/overo/overo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/overo/overo.c b/board/overo/overo.c index 6253825..2845e7c 100644 --- a/board/overo/overo.c +++ b/board/overo/overo.c @@ -257,6 +257,7 @@ int misc_init_r(void) MUX_GUMSTIX(); MUX_ARBOR43C(); setenv("defaultdisplay", "lcd43"); + setenv("expansionname", "arbor43c"); break; case ETTUS_USRP_E: printf("Recognized Ettus Research USRP-E (rev %d %s)\n",