From patchwork Wed Dec 10 03:54:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Packham X-Patchwork-Id: 419388 X-Patchwork-Delegate: yorksun@freescale.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 7D30B14003E for ; Wed, 10 Dec 2014 14:54:49 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6308E4B692; Wed, 10 Dec 2014 04:54:47 +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 ZpsYxTxeCdT2; Wed, 10 Dec 2014 04:54:46 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 95D024B67E; Wed, 10 Dec 2014 04:54:46 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5FD464B67E for ; Wed, 10 Dec 2014 04:54: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 HR+jlCskBGLt for ; Wed, 10 Dec 2014 04:54:44 +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-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by theia.denx.de (Postfix) with ESMTPS id E64BD4B67C for ; Wed, 10 Dec 2014 04:54:40 +0100 (CET) Received: by mail-pa0-f46.google.com with SMTP id lf10so1316863pab.19 for ; Tue, 09 Dec 2014 19:54:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=2xEM/XhCfCR8AQLxppCQmKRj92jDIM051I/DdqrYkAA=; b=I/MoZWxk2KrPHe4SeRppM+sM3XdtfUvlItoPNzBZBfEKxrs2dICNUSb90JaGc67AxD WYblGzkk4BhlmPSnM5Ao0iQqpggrEM6ybeDQ9e5WA9FP+Ay1tgaW5NCesiTU1R3SblYP L13eCEz9J2M1b0FunwwXlGvr4GL/10vdFwZ63Ld53vw4NtyNKeRbdqqLFgYustg4ntaJ 0CF11JHf267MHmI2gZqn1DD7gGkDixVJKrzMSB7epOmIfCAJbPvyNSDhnGwOiPv8hG+0 qDoEFJj9ldjERM7PyVmJxq62wjDk6Xfky9Xv3BwcwM6BLcua4Fvb8cWcHBAunbibUMe3 GQkw== X-Received: by 10.66.66.68 with SMTP id d4mr898479pat.79.1418183678662; Tue, 09 Dec 2014 19:54:38 -0800 (PST) Received: from chrisp-dl.ws.atlnz.lc (2-163-36-202-static.alliedtelesis.co.nz. [202.36.163.2]) by mx.google.com with ESMTPSA id c9sm2769491pdj.52.2014.12.09.19.54.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Dec 2014 19:54:38 -0800 (PST) From: Chris Packham To: u-boot@lists.denx.de Date: Wed, 10 Dec 2014 16:54:18 +1300 Message-Id: <1418183658-1182-1-git-send-email-judge.packham@gmail.com> X-Mailer: git-send-email 2.2.0.rc0 Cc: Kim Phillips , Zhao Qiang , Ruchika Gupta , Vladimir Zapolskiy , Joshua Scott , Chris Packham , York Sun Subject: [U-Boot] [PATCHv1] powerpc/p2041rdb: Convert to generic board 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 Add the following configuration: o CONFIG_SYS_GENERIC_BOARD o CONFIG_DISPLAY_BOARDINFO Signed-off-by: Chris Packham --- Builds, pings and boots a kernel. Any other testing needed? include/configs/P2041RDB.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 2357791..22a1513 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -13,6 +13,8 @@ #define CONFIG_P2041RDB #define CONFIG_PHYS_64BIT +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_PPC_P2041 #ifdef CONFIG_RAMBOOT_PBL