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 F074BC43334 for ; Sat, 11 Jun 2022 08:44:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C685B84286; Sat, 11 Jun 2022 10:43:58 +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="EDK8dyh0"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C1AFB842C7; Sat, 11 Jun 2022 10:43:56 +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 A978C8421D for ; Sat, 11 Jun 2022 10:43:54 +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=rogerq@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 0F78C612CD; Sat, 11 Jun 2022 08:43:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14B7FC34116; Sat, 11 Jun 2022 08:43:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654937032; bh=3olULkD+5fy7K4/psn3kXtRTYatZeU9GAj9DwkeGGlw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=EDK8dyh0ZniXD/sCe/UCL5pPaqNkahtSDPXG1RDqA3N1iC3qvF5S1WmGuHKy/C3CK WKO3p5DHcl9zzfLlegCQnbtQN9RoqOByhiQtxBG5jLHhzDAw+XGWL2IyFC9ZIuWylL A/YbMAPliweW2eP6U7UjM+MTGnD9JTR5d94rG53ZhTWBKvfukeVGzKyRAbqzkgNiux fXYni1hSU3iQgAGi/nyH1kdXfo26B2ZRViBEjk9XVPG5oOEkRLDpMt/W1eelTtmF0/ 6FrExw+qbi4c1IT5JFE4N45FkZPKnYQFKzpwxP++5/A5feNuWB7GaCF0DWCM3sUTk6 pNMte74PirFog== Message-ID: <75f9f20a-53ae-683e-5597-57cb5e8fa7fa@kernel.org> Date: Sat, 11 Jun 2022 11:43:48 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [u-boot PATCH 2/3] tools/fdtgrep: Include __symbols__ table Content-Language: en-US To: Tom Rini Cc: sjg@chromium.org, vigneshr@ti.com, nm@ti.com, praneeth@ti.com, u-boot@lists.denx.de References: <20220509072936.12899-1-rogerq@kernel.org> <20220509072936.12899-3-rogerq@kernel.org> <20220610134251.GA784066@bill-the-cat> From: Roger Quadros In-Reply-To: <20220610134251.GA784066@bill-the-cat> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 On 10/06/2022 16:42, Tom Rini wrote: > On Mon, May 09, 2022 at 10:29:35AM +0300, Roger Quadros wrote: > >> This is required for overlays to work at SPL. >> >> Signed-off-by: Roger Quadros > > This breaks booting my dra7xx_evm and I get no output in SPL. > Thanks for checking. I'll try to debug what's wrong using beagle_x15. Is SPL size increase to blame? Maybe we should enable this only based on some config symbol? cheers, -roger