From patchwork Thu May 8 13:15:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 347048 X-Patchwork-Delegate: monstr@monstr.eu 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 478CD140086 for ; Thu, 8 May 2014 23:16:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4B0E34B5FD; Thu, 8 May 2014 15:16:06 +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 tgc23GP4O0pe; Thu, 8 May 2014 15:16:06 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 61B1C4B5F1; Thu, 8 May 2014 15:15:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 635004B5F1 for ; Thu, 8 May 2014 15:15:55 +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 9lXW81m40nZr for ; Thu, 8 May 2014 15:15:52 +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-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by theia.denx.de (Postfix) with ESMTPS id 4CFA64B5EC for ; Thu, 8 May 2014 15:15:48 +0200 (CEST) Received: by mail-wg0-f48.google.com with SMTP id b13so2432307wgh.31 for ; Thu, 08 May 2014 06:15:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :content-type; bh=GWQ/MSGEOospodm8XBgz8pRfXI0HQhIabTG6C8nCyYc=; b=RjmUjqBqtfmExU2THpcbCgCwkqqqQ+0wfgfNgW5iGle3nhyxA1K+T2UkT8UH/NCgPM SqNK7KlMj5NiHCximD1VVMxTXCxwrp2TDvv3AaxzokhQtvSHJ+TtMibXCYN/ci+l1DiP xnbm3RX+b1YGB0vGigUn0kB9+CcOigiSlaEqMynW0fLCdZOiZ51jWY7Y1HhlBOzLIdJ1 fkrkXbgFM7kDqcgvsxLQsofaC9XIxyDNLsTFDYLh3bvDiSTamSEC2uQFsH8ifCHklqFP RjqsQNcZjJAlHjV7DS02QAT99W88pnlrFKwxoPvzlZJgYsxHtwrSZ5GWZJdFbGxf7gYI IHHw== X-Gm-Message-State: ALoCoQkCVKVvIXGk1aj9hSx1qAy9FUbK1c0vtzUC62/Y70F9xuNX2MRDgL9EygaUML8hhD/eM/kh X-Received: by 10.180.39.178 with SMTP id q18mr3524514wik.56.1399554947986; Thu, 08 May 2014 06:15:47 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id cd10sm4861008wib.0.2014.05.08.06.15.43 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Thu, 08 May 2014 06:15:44 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de Date: Thu, 8 May 2014 15:15:38 +0200 Message-Id: <26a0bedf49bde773115f685f3faada3c35dbeb80.1399554934.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.3 Cc: git@xilinx.com Subject: [U-Boot] [PATCH] ARM: zynq: Enable generic board for Xilinx Zynq 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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Enable CONFIG_SYS_GENERIC_BOARD for all Zynq boards. Signed-off-by: Michal Simek Tested-by: Masahiro Yamada [on ZC706 board] --- include/configs/zynq-common.h | 2 ++ 1 file changed, 2 insertions(+) -- 1.8.2.3 diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 8e0f93599fc4..153f3fe73d70 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -334,4 +334,6 @@ #define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_GENERIC_BOARD + #endif /* __CONFIG_ZYNQ_COMMON_H */