From patchwork Wed Jul 9 15:10:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 368241 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 0C292140116 for ; Thu, 10 Jul 2014 01:12:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D045EA756E; Wed, 9 Jul 2014 17:12:00 +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 jkIJD2hG6DRQ; Wed, 9 Jul 2014 17:12:00 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D7CC6A756F; Wed, 9 Jul 2014 17:11:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3A61BA756F for ; Wed, 9 Jul 2014 17:11:50 +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 oQdGjlOblm3I for ; Wed, 9 Jul 2014 17:11:47 +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-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by theia.denx.de (Postfix) with ESMTPS id 2C09EA756E for ; Wed, 9 Jul 2014 17:11:42 +0200 (CEST) Received: by mail-we0-f172.google.com with SMTP id u57so7719992wes.31 for ; Wed, 09 Jul 2014 08:11:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=PzCkfS0mOCKozsGmoC4X0SJZUULpuTGX0783utbu8Bw=; b=xsfhEIJjls/y/IjHINsqmwb7sBtNsG1LeP1T20vN+hmLYLshoipb02PgVuvrvVrMHE 2Dxpq/KFjD8ApjpK4MJQGb8am/2D8fkotw/edRMxccEwFKabdv5IWGeAOIePptzpUKZA VPxuBoofKR2Gk5XjrEfM7s36MsSHX85zoAoAheOHCkx28IAW5+jPCsN45psUtJtxGtL5 D45ZiwnrtMlqou4LpG5GWywSY8WlvJC3KvJXo7kNW7yc9FRgo6hL/owfW5EHGs+p69j4 vN10fQkcgBWSltgEh4zt/RpomNJQZURSRbXKFE8G2cdXDge0ewnzRNHHL3D/yF77iAtm IC+g== X-Received: by 10.180.36.18 with SMTP id m18mr12156371wij.74.1404918701390; Wed, 09 Jul 2014 08:11:41 -0700 (PDT) Received: from localhost (dockstar.er.biessmann.org. [2a01:198:47b:1::10]) by mx.google.com with ESMTPSA id pq9sm103947859wjc.35.2014.07.09.08.11.39 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 09 Jul 2014 08:11:40 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: u-boot@lists.denx.de Date: Wed, 9 Jul 2014 17:10:34 +0200 Message-Id: <1404918635-24295-1-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Cc: Thomas Weber Subject: [U-Boot] [PATCH] tricorder: convert to generic board 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 Signed-off-by: Andreas Bießmann Cc: Thomas Weber --- include/configs/tricorder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 80985a2..847e099 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -35,6 +35,8 @@ #include /* get chip and board defs */ #include +#define CONFIG_SYS_GENERIC_BOARD + /* Display CPU and Board information */ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO