From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3276EC433EF for ; Sat, 2 Apr 2022 22:24:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 55ACA839DF; Sun, 3 Apr 2022 00:24:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="JAi7kNBv"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3BB7E83A5B; Sun, 3 Apr 2022 00:24:54 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3826D839BB for ; Sun, 3 Apr 2022 00:24:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E55F860F25; Sat, 2 Apr 2022 22:24:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A578C340F0; Sat, 2 Apr 2022 22:24:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648938285; bh=ul3A5m77jLXgsj9/WJtGWSCr7VYj+Wl1T+16ij5ZqU0=; h=From:To:Cc:Subject:Date:From; b=JAi7kNBvaKK9O8QeSBRUuK+eqt1cbVzZYllRGPX6DyfhELn1VH1yyMStyTzgZMT9t k0i+gNFCujWDxhn4O99j/vMKPmYdQfUADbzgI5W+eJbqq+klPlazUq24BgOBzxwRpE 1TFGkvJOPXYU08Q3mwdHCL6flZJqr61sEfhk8sKhtshFNKolkUoafUZ0RT7vjDVo+V 0+UviqwFp8f1ZtGiu+4tuTtem9zAdYy3UW/RKpBI3/TJfXTH8aYl4EjHMvEJMClOE0 N7xaLQgsHomr5TpbK4/BOznAeuxiMa115xPPgkOK0p/OH9IsE4Q0TAuYXJp90Cb0eC 6A1gMPmoliqwA== Received: by pali.im (Postfix) id 92FF4819; Sun, 3 Apr 2022 00:24:42 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Priyanka Jain , Wolfgang Denk Cc: u-boot@lists.denx.de Subject: [PATCH 0/3] powerpc: p2020: Allow to compile it without env support Date: Sun, 3 Apr 2022 00:24:24 +0200 Message-Id: <20220402222427.19212-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean This patch series allows to compile SPL for P2020 without env support when proper U-Boot has env support enabled. Pali Rohár (3): hwconfig: Allow to compile it without env support ddr: fsl: Allow to compile it without env support board: freescale: p1_p2_rdb_pc: Allow to compile it without env support board/freescale/p1_p2_rdb_pc/spl.c | 4 ++++ common/hwconfig.c | 2 ++ drivers/ddr/fsl/options.c | 4 ++++ 3 files changed, 10 insertions(+) -- 2.20.1