From patchwork Fri Apr 25 22:17:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 343013 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 AFBA8140143 for ; Sat, 26 Apr 2014 08:17:50 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6B3F74BBAA; Sat, 26 Apr 2014 00:17:46 +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 2+IgTWvgA9ee; Sat, 26 Apr 2014 00:17:46 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5F6BA4BBAC; Sat, 26 Apr 2014 00:17:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 668434BBAA for ; Sat, 26 Apr 2014 00:17:21 +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 OfBVbCFCPtE3 for ; Sat, 26 Apr 2014 00:17:18 +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-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by theia.denx.de (Postfix) with ESMTPS id 0FBC74BBDC for ; Sat, 26 Apr 2014 00:17:10 +0200 (CEST) Received: by mail-pb0-f52.google.com with SMTP id rq2so3660939pbb.25 for ; Fri, 25 Apr 2014 15:17:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=5ub8Bp+THethq3MgM/mUOWDBbizQJPgHpfLMxHiSmPw=; b=nEC16fQFkzHLamhbWxPZjm8BjyODAGfqgXnN+pMSpJhTvoLfxm2kP/7jsc4YX+n5RT xw3AGq8DW5QKJ3ab288Rp107SmniKJRJO+8RU2Z/1S/YONNqGpPgtBGB1PZ+LxWN4XgV go/sc140K0tYpwuJBDP3xHB1heL+869t80XbXghNGdqgn6xXfV0B6QhEjc+tDu19z8ua x5Szb8MrUC5MRo0M+26n2+arxKDIVj5IHCDli6LicLYz8HeZMJLHSUe6H/4qEJpQWn9n 9iUUMSny3egO8DnnTJIrZ2GCOm8nqjkdvrA3saHC4WIEAohMGZnjkYR1X2Z939Tpm1SO wObQ== X-Gm-Message-State: ALoCoQmgrNOv7KHLX/lt4BOqvL6UvBWQvrJ22wxifhTYQvUVb9krE08YzTC7U0gbsek0nxtkdQmg X-Received: by 10.66.139.38 with SMTP id qv6mr10739487pab.123.1398464228180; Fri, 25 Apr 2014 15:17:08 -0700 (PDT) Received: from tharvey-gw.gw (68-189-91-139.static.snlo.ca.charter.com. [68.189.91.139]) by mx.google.com with ESMTPSA id tu3sm44938541pab.1.2014.04.25.15.17.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Apr 2014 15:17:06 -0700 (PDT) From: Tim Harvey To: Stefano Babic Date: Fri, 25 Apr 2014 15:17:00 -0700 Message-Id: <1398464220-29725-1-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 1.8.3.2 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] imx: ventana: Convert to generic board 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 on ventana. Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index b984f27..335f2ff 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -24,6 +24,8 @@ #define CONFIG_SERIAL_TAG #define CONFIG_REVISION_TAG +#define CONFIG_SYS_GENERIC_BOARD + /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)