From patchwork Tue Sep 16 23:03:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 390221 X-Patchwork-Delegate: sbabic@denx.de 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 93EA6140081 for ; Wed, 17 Sep 2014 09:04:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E7E13A73FE; Wed, 17 Sep 2014 01:04:17 +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 CbgHC9a5H8x4; Wed, 17 Sep 2014 01:04:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 042E0A73E8; Wed, 17 Sep 2014 01:04:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C3D1AA73DC for ; Wed, 17 Sep 2014 01:04:07 +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 01ZueT+eqWqq for ; Wed, 17 Sep 2014 01:04:05 +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-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) by theia.denx.de (Postfix) with ESMTPS id E6267A73E8 for ; Wed, 17 Sep 2014 01:04:00 +0200 (CEST) Received: by mail-qa0-f46.google.com with SMTP id k15so781790qaq.33 for ; Tue, 16 Sep 2014 16:03:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=kGQDLQQyci1ryC8n5/DkrO2lPO/Xt7AJz383AyPnY8o=; b=fXld6HYa63AEJXKPkrlswNDsnbZT4LcV//E47BJwiCAm1IHmuxCFK7+Gln9AsP4Tzq YJF24/lyPlaeacyXSHLnx2jWMKwWSScuM5CohqzqM4g3X8JryUjRVKrWNqAzoGa7RRuQ IEsJokmLHZD1Mv0dSm6Z1LpCr2WVrA2JsI99B0aN9bgPoaZAso8HsokKiHD9uPo5IM7J gWgmWV/7oVfMPHPcFb3etaYTMgLRaMtYt/Qa158Gkyca7P3Caaan7evax/cy4DVgrhqj l0cMGkN5WIjMQIyJNxjp7amiczN7e2+0yKzR/qcwT57DJhrZHpzD181pS3lLgirAZavI RoLg== X-Received: by 10.236.111.38 with SMTP id v26mr13801457yhg.46.1410908639642; Tue, 16 Sep 2014 16:03:59 -0700 (PDT) Received: from localhost.localdomain ([201.82.52.106]) by mx.google.com with ESMTPSA id k67sm7024958yhq.17.2014.09.16.16.03.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Sep 2014 16:03:58 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Tue, 16 Sep 2014 20:03:41 -0300 Message-Id: <1410908621-27577-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1410908621-27577-1-git-send-email-festevam@gmail.com> References: <1410908621-27577-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH 2/2] mx51evk: Add generic board support 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 From: Fabio Estevam Let's enable CONFIG_SYS_GENERIC_BOARD in order to get rid of warnings related to generic board not being supported. Signed-off-by: Fabio Estevam --- include/configs/mx51evk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index b0d401c..d6e8ec4 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -26,6 +26,7 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_OF_LIBFDT