From patchwork Mon Jan 19 23:29:07 2015 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: 430743 X-Patchwork-Delegate: andreas.biessmann@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 C7BBA140161 for ; Tue, 20 Jan 2015 10:29:53 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 91EED4B65D; Tue, 20 Jan 2015 00:29:49 +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 yUa1xjYQ-lPr; Tue, 20 Jan 2015 00:29:49 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 091CF4B62B; Tue, 20 Jan 2015 00:29:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 87B3D4B615 for ; Tue, 20 Jan 2015 00:29: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 CpzTIL0x5Nqs for ; Tue, 20 Jan 2015 00:29:47 +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-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by theia.denx.de (Postfix) with ESMTPS id 95CF34B67C for ; Tue, 20 Jan 2015 00:29:42 +0100 (CET) Received: by mail-wg0-f50.google.com with SMTP id b13so5809039wgh.9 for ; Mon, 19 Jan 2015 15:29:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=KAadeqquO1R9tFqpOTI69v9/eVoK5OT5eeEUPnv8y4M=; b=BsXG0hxASCdKcIAKhBghInCtvTzAms0NjiR320WsiOyrVoU88L5I4qmoSrHzAu6C7L q3GLGo1aLwn3q6JYbFcUaWtfIw9/gBWmYWRr79LIecfj87Bhrrj4U5iLgORyyqYV/dbZ tDrnImXaH0htVJfy/nbR7pYFaQPDcLoFOPreTO9B0kuAKBoN5UKfHLaEK/pqtksX1Ul7 KM7Z4Ex+jTkCxkegUdNkj0likhNmivDBf7HQqDKSbbEABE5KOTqQkDs9O4SKeGLtrNZv 8KzUfYhy7/S/plHa8Lq7a5l28Pi3j5lxaz5EadHGs0GK5XFmMQUyNzIysKn9+yg4rkht BizQ== X-Received: by 10.194.190.162 with SMTP id gr2mr56602954wjc.13.1421710182061; Mon, 19 Jan 2015 15:29:42 -0800 (PST) Received: from localhost (dockstar.er.biessmann.org. [2a01:198:47b:1::10]) by mx.google.com with ESMTPSA id qg11sm780276wic.17.2015.01.19.15.29.41 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 19 Jan 2015 15:29:41 -0800 (PST) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: U-Boot List Date: Tue, 20 Jan 2015 00:29:07 +0100 Message-Id: <1421710147-5550-6-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1421710147-5550-1-git-send-email-andreas.devel@googlemail.com> References: <1421710147-5550-1-git-send-email-andreas.devel@googlemail.com> MIME-Version: 1.0 Subject: [U-Boot] [RFC PATCH 5/5] grasshopper: enable 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Andreas Bießmann --- include/configs/grasshopper.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/grasshopper.h b/include/configs/grasshopper.h index 83f0ed2..54eb977 100644 --- a/include/configs/grasshopper.h +++ b/include/configs/grasshopper.h @@ -62,6 +62,10 @@ #define CONFIG_USART_BASE ATMEL_BASE_USART1 #define CONFIG_USART_ID 1 +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_EARLY_INIT_R + /* User serviceable stuff */ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS