From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 18 Mar 2019 10:11:15 -0400 Subject: [U-Boot] [PATCH 08/11] configs: am335x_evm: Reduce size of SPL In-Reply-To: <20190318082441.16635-9-faiz_abbas@ti.com> References: <20190318082441.16635-1-faiz_abbas@ti.com> <20190318082441.16635-9-faiz_abbas@ti.com> Message-ID: <20190318141115.GZ8732@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Mar 18, 2019 at 01:54:38PM +0530, Faiz Abbas wrote: > Make some room in SPL by getting rid of unnecessary configs. I'm not sure about some of these. > @@ -31,6 +32,7 @@ CONFIG_OF_CONTROL=y > CONFIG_DEFAULT_DEVICE_TREE="am335x-evm" > CONFIG_OF_LIST="am335x-evm am335x-bone am335x-boneblack am335x-evmsk am335x-bonegreen am335x-icev2" > CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y > +CONFIG_SPL_ENV_IS_NOWHERE=y > CONFIG_BOOTCOUNT_LIMIT=y > CONFIG_DFU_MMC=y > CONFIG_DFU_NAND=y This breaks disabling falcon mode from the env. [snip] > @@ -69,3 +71,4 @@ CONFIG_USB_ETHER=y > CONFIG_DYNAMIC_CRC_TABLE=y > CONFIG_RSA=y > CONFIG_LZO=y > +# CONFIG_OF_LIBFDT_OVERLAY is not set This is removing the overlay support from the main U-Boot binary, not SPL. And we don't want to do that since that removes applying overlays for capes on Beaglebones. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: