From patchwork Sat Nov 15 22:46:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Schwierzeck X-Patchwork-Id: 411230 X-Patchwork-Delegate: daniel.schwierzeck@googlemail.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 20C1B1400AB for ; Sun, 16 Nov 2014 09:47:56 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D20A54BBA1; Sat, 15 Nov 2014 23:47:29 +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 hC+5fArvmM9D; Sat, 15 Nov 2014 23:47:29 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0332D4BB69; Sat, 15 Nov 2014 23:47:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3D7DD4BB51 for ; Sat, 15 Nov 2014 23:47:10 +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 kQF0hemuhFTh for ; Sat, 15 Nov 2014 23:47:10 +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-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by theia.denx.de (Postfix) with ESMTPS id 1BD914BB50 for ; Sat, 15 Nov 2014 23:47:06 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id h11so2510082wiw.7 for ; Sat, 15 Nov 2014 14:47:05 -0800 (PST) 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=wF4WvT3tOdf5iK0qLicsD0HpTd2zpwsQYIrYfP0QB5M=; b=0iabESd/tYhd31nfIOb61w8lpDVcGmj41mopt7dRwYN3UF2ybWnwvGFT+ag8xibsgP P/clGK77EpVAumBeOG/2EC6Z8HSIFfVmGei8rG4voXFJ389aMO4bbPd3R7RiIFBz1FGX zWxVdUXNeE9FKhijzQw9r+oNJed7F/ZtqqA25KcNmmqqX5rPVYsj801riGT43fu6CacY R7yMB1OpugDWvAiXk9BedsH8pytbkJaKog40WrUOLHcgVeqd4NpZyfifJ+2sSGcDmLUw s6OSUOT00INxJpjCG5hY03O/5ty+hg79V3LkPLjV+doFUV48WpzkX0Tn84H2i6QR8iju mtMw== X-Received: by 10.180.75.237 with SMTP id f13mr12969080wiw.69.1416091625927; Sat, 15 Nov 2014 14:47:05 -0800 (PST) Received: from workstation.zombienet.local (pD9EBEB67.dip0.t-ipconnect.de. [217.235.235.103]) by mx.google.com with ESMTPSA id ry19sm156379wjb.3.2014.11.15.14.47.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 15 Nov 2014 14:47:05 -0800 (PST) From: Daniel Schwierzeck To: u-boot@lists.denx.de Date: Sat, 15 Nov 2014 23:46:55 +0100 Message-Id: <1416091618-18700-5-git-send-email-daniel.schwierzeck@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1416091618-18700-1-git-send-email-daniel.schwierzeck@gmail.com> References: <1416091618-18700-1-git-send-email-daniel.schwierzeck@gmail.com> Subject: [U-Boot] [PATCH 4/7] MIPS: pb1x00: switch 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 Signed-off-by: Daniel Schwierzeck --- include/configs/pb1x00.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index 1c04a58..61e6af3 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -15,6 +15,9 @@ #define CONFIG_PB1X00 1 #define CONFIG_SOC_AU1X00 1 /* alchemy series cpu */ +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + #ifdef CONFIG_PB1000 #define CONFIG_SOC_AU1000 1 #else