From patchwork Mon Oct 20 03:11:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 400960 X-Patchwork-Delegate: sjg@chromium.org 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 CF2A1140080 for ; Mon, 20 Oct 2014 14:13:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C747EA73FA; Mon, 20 Oct 2014 05:12:30 +0200 (CEST) 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 uaqDHwLHxuYG; Mon, 20 Oct 2014 05:12:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 04172A7410; Mon, 20 Oct 2014 05:12:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 89141A73F0 for ; Mon, 20 Oct 2014 05:12:06 +0200 (CEST) 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 O5PekGK0Dbmy for ; Mon, 20 Oct 2014 05:12:06 +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-pa0-f74.google.com (mail-pa0-f74.google.com [209.85.220.74]) by theia.denx.de (Postfix) with ESMTPS id 24D30A73E8 for ; Mon, 20 Oct 2014 05:12:02 +0200 (CEST) Received: by mail-pa0-f74.google.com with SMTP id kq14so684670pab.1 for ; Sun, 19 Oct 2014 20:11:58 -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:in-reply-to :references; bh=k4jcbSQ7bNA6b8fxr/1Xr0DVo55sSYByWtaRSnJnBoU=; b=l10v/dKrEbLHbnxqqRbaAzNc3VN9JzGkl2z/Y5n4LXcLoN8/jAcI41mbhROA0EjafL DclMIFDhXy7SPSkS2NHwvGI88uEIucBlJUzYGsZeLQXh4dsf4cU732lCj4lCQb42c/wg Nj/9B4qLv8+UgjwJQ4OnRygrPzTxkRlXX/HIWEDd31fEJ4HT5xLpuecpXK6jeCvD7Bra Rmrt2hwhwewppClwse+pjI2RhA+LTxob4hg43VHyrgweeb0Lr6UQde4pYBzeKOt5NF2S wwKBUCpxpvl5tJXQeHdPjToYhTrsoOyrfcIM5+N7pEWDFzNqUFHsuLDiL1eypIJt2KMm 6BGg== X-Gm-Message-State: ALoCoQlvwrNIVP9W+/580u4gLjlODNSHIFGxlbD7CQ37JSGKzWRygcx7lT3UNFDU+ezILaUlxy1X X-Received: by 10.66.156.138 with SMTP id we10mr16334982pab.40.1413774718697; Sun, 19 Oct 2014 20:11:58 -0700 (PDT) Received: from corpmail-nozzle1-2.hot.corp.google.com ([100.108.1.103]) by gmr-mx.google.com with ESMTPS id t28si355771yhb.4.2014.10.19.20.11.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Oct 2014 20:11:58 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-2.hot.corp.google.com with ESMTP id YF5h829z.1; Sun, 19 Oct 2014 20:11:58 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 1D9E9220DFA; Sun, 19 Oct 2014 21:11:58 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Sun, 19 Oct 2014 21:11:19 -0600 Message-Id: <1413774684-29350-2-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 In-Reply-To: <1413774684-29350-1-git-send-email-sjg@chromium.org> References: <1413774684-29350-1-git-send-email-sjg@chromium.org> Cc: Graeme Russ Subject: [U-Boot] [PATCH v3 1/6] x86: Enable LMB and RAMDISK_HIGH by default 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 These options are used by the image code. To allow us to use the generic code more easily, define these for x86. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/include/asm/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/include/asm/config.h b/arch/x86/include/asm/config.h index f06a15c..ff15828 100644 --- a/arch/x86/include/asm/config.h +++ b/arch/x86/include/asm/config.h @@ -8,4 +8,7 @@ #define _ASM_CONFIG_H_ #define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_LMB +#define CONFIG_SYS_BOOT_RAMDISK_HIGH + #endif