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 4CD6BC433F5 for ; Fri, 21 Jan 2022 04:29:35 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 906CF83494; Fri, 21 Jan 2022 05:29:33 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="dmtK7cmy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F03B98378B; Fri, 21 Jan 2022 05:29:31 +0100 (CET) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (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 92F7683461 for ; Fri, 21 Jan 2022 05:29:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=vigneshr@ti.com Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 20L4TPdM003506; Thu, 20 Jan 2022 22:29:25 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1642739365; bh=i6dnrN5CsL9cde98aFpH+33kWU7UqCc9w5QO49Yny1s=; h=Date:From:Subject:To:CC:References:In-Reply-To; b=dmtK7cmyJ9Nc6pRJ09E2cTdPgdfLa3EgSAHhJUU0k25r+ushkFlri601qHObaSunB T6bRK2cN2+ZLZiW8kIRjElhfsni/MtrC8/cHKigBBvfp+kvgvOV+h0dhQlYX17FLa+ iWcnQjW1kBlxEPhyD7pRZ6G5Sl7vvFeqaGUR82Bc= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 20L4TP0Z083538 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Jan 2022 22:29:25 -0600 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 20 Jan 2022 22:29:25 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Thu, 20 Jan 2022 22:29:25 -0600 Received: from [10.250.235.90] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 20L4TMut121615; Thu, 20 Jan 2022 22:29:23 -0600 Message-ID: Date: Fri, 21 Jan 2022 09:59:21 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 From: Vignesh Raghavendra Subject: Re: [PATCH 8/8] configs: am64x_evm_r5/a53_defconfig: Enable configs required for Ethboot To: Tom Rini CC: Dave Gerlach , Joe Hershberger , Ramon Fried , , Grygorii Strashko References: <20211224072536.270251-1-vigneshr@ti.com> <20211224072536.270251-9-vigneshr@ti.com> <20220117144701.GA2631111@bill-the-cat> Content-Language: en-US In-Reply-To: <20220117144701.GA2631111@bill-the-cat> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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.2 at phobos.denx.de X-Virus-Status: Clean On 17/01/22 8:47 am, Tom Rini wrote: > On Fri, Dec 24, 2021 at 12:55:36PM +0530, Vignesh Raghavendra wrote: > >> Enable config options needed to support Ethernet boot on AM64x SK. >> >> Signed-off-by: Vignesh Raghavendra > > This leads to size overflow on r5. > Hmm, I don't see size limitations locally. $ size spl/u-boot-spl text data bss dec hex filename 230470 10401 12992 253863 3dfa7 spl/u-boot-spl vs limit declared in configs/am64x_evm_r5_defconfig: CONFIG_SPL_SIZE_LIMIT=0x190000 I don't expect size overflow? Regards Vignesh