From patchwork Thu Nov 2 19:54:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Dureghello X-Patchwork-Id: 833524 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3ySbR61wvMz9sNV for ; Fri, 3 Nov 2017 06:55:12 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 622AAC21C45; Thu, 2 Nov 2017 19:55:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 880A3C21C45; Thu, 2 Nov 2017 19:55:01 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 21734C21C45; Thu, 2 Nov 2017 19:55:01 +0000 (UTC) Received: from sysam.it (sysam.it [5.39.81.93]) by lists.denx.de (Postfix) with ESMTPS id A9073C21C29 for ; Thu, 2 Nov 2017 19:55:00 +0000 (UTC) Received: (qmail 7546 invoked from network); 3 Nov 2017 12:20:44 -0000 Received: from host178-55-dynamic.17-87-r.retail.telecomitalia.it (HELO jerusalem) (angelo@sysam.it@87.17.55.178) by sysam.it with ESMTPA; 3 Nov 2017 12:20:44 -0000 Date: Thu, 2 Nov 2017 20:54:59 +0100 From: Angelo Dureghello To: u-boot@lists.denx.de Message-ID: <20171102195458.sdnr5ek6yyoreoxo@jerusalem> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170609 (1.8.3) Cc: alison.wang@freescale.com Subject: [U-Boot] [PATCH] board: sysam: stmark2: add missing environment location X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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: Angelo Dureghello --- configs/stmark2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/stmark2_defconfig b/configs/stmark2_defconfig index 3639aaa9e3..d34ffda260 100644 --- a/configs/stmark2_defconfig +++ b/configs/stmark2_defconfig @@ -18,6 +18,7 @@ CONFIG_CMD_SPI=y # CONFIG_CMD_NET is not set # CONFIG_CMD_NFS is not set CONFIG_CMD_CACHE=y +CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MTD=y CONFIG_REGEX=y