From patchwork Tue Apr 28 23:05:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Howard X-Patchwork-Id: 465798 X-Patchwork-Delegate: trini@ti.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 94DCD14007D for ; Wed, 29 Apr 2015 09:11:35 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2E0844B9F8; Wed, 29 Apr 2015 01:11:31 +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 0TEfzg8eYBlK; Wed, 29 Apr 2015 01:11:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6A9194B8D0; Wed, 29 Apr 2015 01:11:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EAFB64B8D0 for ; Wed, 29 Apr 2015 01:11:27 +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 JiSIqF2Z_mNx for ; Wed, 29 Apr 2015 01:11:27 +0200 (CEST) X-Greylist: delayed 306 seconds by postgrey-1.34 at theia; Wed, 29 Apr 2015 01:11:22 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.northern-ridge.com.au (unknown [119.15.76.149]) by theia.denx.de (Postfix) with ESMTP id 39D7B4B8B6 for ; Wed, 29 Apr 2015 01:11:22 +0200 (CEST) Received: from [192.168.0.193] (stan978120.lnk.telstra.net [139.130.72.114]) by mail.northern-ridge.com.au (Postfix) with ESMTP id 401614001B09; Wed, 29 Apr 2015 09:06:12 +1000 (AEST) Message-ID: <1430262357.3358.1.camel@nswph.gme.net.au> From: Peter Howard To: u-boot@lists.denx.de Date: Wed, 29 Apr 2015 09:05:57 +1000 X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Cc: Tom Rini Subject: [U-Boot] [PATCH] davinci: restore CONFIG_SPL=y to configs/omapl138_lcdk_defconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Peter Howard --- configs/omapl138_lcdk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index 8f19721..4445c38 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_ARM=y CONFIG_ARCH_DAVINCI=y CONFIG_TARGET_OMAPL138_LCDK=y