From patchwork Wed May 21 05:26:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shengzhou Liu X-Patchwork-Id: 350941 X-Patchwork-Delegate: yorksun@freescale.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 DE3601400D3 for ; Wed, 21 May 2014 16:14:06 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 45C344B600; Wed, 21 May 2014 08:14:03 +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 aQsS370IicFE; Wed, 21 May 2014 08:14:03 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E3F604B610; Wed, 21 May 2014 08:14:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B28384B610 for ; Wed, 21 May 2014 08:13:56 +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 Kg3M8-t2ylzN for ; Wed, 21 May 2014 08:13:53 +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 na01-by2-obe.outbound.protection.outlook.com (mail-by2lp0244.outbound.protection.outlook.com [207.46.163.244]) by theia.denx.de (Postfix) with ESMTPS id 37DD14B600 for ; Wed, 21 May 2014 08:13:49 +0200 (CEST) Received: from BLUPR03CA031.namprd03.prod.outlook.com (10.141.30.24) by BLUPR03MB392.namprd03.prod.outlook.com (10.141.78.28) with Microsoft SMTP Server (TLS) id 15.0.944.11; Wed, 21 May 2014 06:13:46 +0000 Received: from BL2FFO11FD035.protection.gbl (2a01:111:f400:7c09::161) by BLUPR03CA031.outlook.office365.com (2a01:111:e400:879::24) with Microsoft SMTP Server (TLS) id 15.0.949.11 via Frontend Transport; Wed, 21 May 2014 06:13:45 +0000 Received: from az84smr01.freescale.net (192.88.158.246) by BL2FFO11FD035.mail.protection.outlook.com (10.173.161.131) with Microsoft SMTP Server (TLS) id 15.0.949.9 via Frontend Transport; Wed, 21 May 2014 06:13:45 +0000 Received: from rock.ap.freescale.net (rock.ap.freescale.net [10.193.20.106]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s4L6DbxR003622; Tue, 20 May 2014 23:13:43 -0700 From: Shengzhou Liu To: , Date: Wed, 21 May 2014 13:26:17 +0800 Message-ID: <1400649977-30435-1-git-send-email-Shengzhou.Liu@freescale.com> X-Mailer: git-send-email 1.8.0 X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.246; CTRY:US; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(199002)(189002)(93916002)(92566001)(92726001)(48376002)(50226001)(6806004)(44976005)(77096999)(99396002)(76482001)(50986999)(86362001)(83322001)(64706001)(50466002)(102836001)(87286001)(87936001)(88136002)(89996001)(62966002)(77156001)(81542001)(19580395003)(4396001)(21056001)(74502001)(83072002)(36756003)(47776003)(19580405001)(74662001)(85852003)(46102001)(20776003)(80022001)(81342001)(77982001)(31966008); DIR:OUT; SFP:; SCL:1; SRVR:BLUPR03MB392; H:az84smr01.freescale.net; FPR:; MLV:sfv; PTR:gate-az5.freescale.com; A:1; MX:1; LANG:en; MIME-Version: 1.0 X-Forefront-PRVS: 0218A015FA Received-SPF: Fail (: domain of freescale.com does not designate 192.88.158.246 as permitted sender) receiver=; client-ip=192.88.158.246; helo=az84smr01.freescale.net; Authentication-Results: spf=fail (sender IP is 192.88.158.246) smtp.mailfrom=Shengzhou.Liu@freescale.com; X-OriginatorOrg: freescale.com Subject: [U-Boot] [PATCH] board/t2080qds: enable sst and eon spi flash for nor boot 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Remove unnecessary condition CONFIG_RAMBOOT_PBL to have SST and EON SPI flash work in case of NOR boot. Signed-off-by: Shengzhou Liu --- include/configs/T208xQDS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 0332648..200ca4f 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -540,7 +540,7 @@ unsigned long get_board_ddr_clk(void); #ifdef CONFIG_SPI_FLASH #define CONFIG_FSL_ESPI #define CONFIG_SPI_FLASH_STMICRO -#if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_RAMBOOT_PBL) +#ifndef CONFIG_SPL_BUILD #define CONFIG_SPI_FLASH_SST #define CONFIG_SPI_FLASH_EON #endif