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 C16F5ECAAD8 for ; Fri, 16 Sep 2022 16:01:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9EC5284BCA; Fri, 16 Sep 2022 18:01:50 +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="mUBtUn2C"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 384EB84BC0; Fri, 16 Sep 2022 18:01:49 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (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 AFA2784BCB for ; Fri, 16 Sep 2022 18:01:46 +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=kabel@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 ams.source.kernel.org (Postfix) with ESMTPS id 3E52BB827D6; Fri, 16 Sep 2022 16:01:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 155F4C433C1; Fri, 16 Sep 2022 16:01:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663344104; bh=4ILhnpiZNEap5Hkm1zW1NjE5wq5HOyFnuAS87Cr44cE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mUBtUn2CF/AmRa7OLSELb4f4DmKG06LreEOw7EY7BBSCzKgbjHOiA9vNl1KWGbB8O sEp/bgBXKZgOCYJ/xaPH+PJqj65HtkdXKCEYXPbDuO9KoFGqPskQdxBYq4+cMmZTtC aqWzeaRJlkeuQQKHxK/qgVNfoQdAmef7ZmgNmriBjLsODk901bnzFCz+JWS8xOTBm9 3FxZX92CY2auCAtlJHgB3Oiojx4CWYD6XljpGuNxRrJC7SCswHhpiP0QHn+VHEA+vc VZggQnvQbnBI7MBZ0U3abSbE0Q3RYezfozj4eAKCYk3dlkP0PLfhSk11RGZIygE/7i 7A1Bn5aQDO+EA== Date: Fri, 16 Sep 2022 18:01:40 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH] arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs Message-ID: <20220916180140.5cd19237@dellmb> In-Reply-To: <20220914164816.5589-1-pali@kernel.org> References: <20220914164816.5589-1-pali@kernel.org> X-Mailer: Claws Mail 3.19.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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.6 at phobos.denx.de X-Virus-Status: Clean On Wed, 14 Sep 2022 18:48:16 +0200 Pali Roh=C3=A1r wrote: > 32-bit Marvell Armada BootROMs limit maximal size of SPL image to 192 kB. > So define 192 kB (=3D 0x30000) limit as default value for SPL_SIZE_LIMIT. >=20 > Signed-off-by: Pali Roh=C3=A1r Reviewed-by: Marek Beh=C3=BAn