From patchwork Sat Jan 17 07:09:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sinan Akman X-Patchwork-Id: 430101 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 78F7C1401EF for ; Sat, 17 Jan 2015 18:39:48 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 177BD4B61F; Sat, 17 Jan 2015 08:39:44 +0100 (CET) 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 mb4l846k3fv1; Sat, 17 Jan 2015 08:39:43 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 49D9B4B61A; Sat, 17 Jan 2015 08:39:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B76E44B61A for ; Sat, 17 Jan 2015 08:39:38 +0100 (CET) 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 beoB-rHddX6W for ; Sat, 17 Jan 2015 08:39:38 +0100 (CET) X-Greylist: delayed 1806 seconds by postgrey-1.32 at theia; Sat, 17 Jan 2015 08:39:36 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 walmailout03.yourhostingaccount.com (mailout03.yourhostingaccount.com [65.254.254.74]) by theia.denx.de (Postfix) with ESMTP id 7EE094B616 for ; Sat, 17 Jan 2015 08:39:36 +0100 (CET) Received: from mailscan05.yourhostingaccount.com ([10.1.15.5] helo=walmailscan05.yourhostingaccount.com) by walmailout03.yourhostingaccount.com with esmtp (Exim) id 1YCNVh-0007P8-EM for u-boot@lists.denx.de; Sat, 17 Jan 2015 02:09:29 -0500 Received: from [10.114.3.32] (helo=walimpout12) by walmailscan05.yourhostingaccount.com with esmtp (Exim) id 1YCNVh-0008MP-6n for u-boot@lists.denx.de; Sat, 17 Jan 2015 02:09:29 -0500 Received: from walauthsmtp14.yourhostingaccount.com ([10.1.18.14]) by walimpout12 with id gv9R1p0060JCsUy01v9UFc; Sat, 17 Jan 2015 02:09:29 -0500 X-Authority-Analysis: v=2.1 cv=LYuy61vi c=1 sm=1 tr=0 a=rcbtdQGuPFtN9R+ZKREELQ==:117 a=ns28KUO4p16oHgjZm1c2JA==:17 a=pq4jwCggAAAA:8 a=OF-CdTOGAAAA:8 a=lOhsKRwJS4QA:10 a=DDUcpTWQAAAA:8 a=YNv0rlydsVwA:10 a=6ohNodAXAAAA:8 a=V4WI6CyibU3jhTAknwsA:9 Received: from dslh161.ody.ca ([216.99.100.161]:54782 helo=blueblaze.no-domain-set.bellcanada) by walauthsmtp14.yourhostingaccount.com with esmtpa (Exim) id 1YCNVd-0007Lm-AV; Sat, 17 Jan 2015 02:09:25 -0500 From: Sinan Akman To: u-boot@lists.denx.de Date: Sat, 17 Jan 2015 02:09:13 -0500 Message-Id: <1421478553-32087-1-git-send-email-sinan@writeme.com> X-Mailer: git-send-email 1.7.6.5 X-EN-UserInfo: 9579962fb128fd4edc0e15f211ef4629:931c98230c6409dcc37fa7e93b490c27 X-EN-AuthUser: remote@bootbits.com X-EN-OrigIP: 216.99.100.161 X-EN-OrigHost: dslh161.ody.ca Cc: Sinan Akman , kim.phillips@freescale.com Subject: [U-Boot] [PATCH] Use generic board architecture for MPC837xERDB X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Sinan Akman Cc: kim.phillips@freescale.com --- include/configs/MPC837XERDB.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index 8ed0f7c..88d5be0 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -15,6 +15,8 @@ #define CONFIG_E300 1 /* E300 family */ #define CONFIG_MPC837x 1 /* MPC837x CPU specific */ #define CONFIG_MPC837XERDB 1 +#define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_TEXT_BASE 0xFE000000