From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 5 Aug 2019 18:43:25 +0000 (UTC) Subject: [U-Boot] [PATCH] mx6sabresd: Reduce overall SPL size In-Reply-To: <20190723152046.20770-1-festevam@gmail.com> Message-ID: <20190805184500.DA8F9C21E60@lists.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Currently the SPL binary is 67 kB, which leaves only 1 kB of free > internal RAM space. > The following options can be safely removed to save some precious > SPL space: > - CONFIG_SPL_FS_EXT4: u-boot-dtb.img is stored in raw sector via dd > command (at offset 69 kB) > - CONFIG_SPL_I2C_SUPPORT: I2C is not used during SPL > - CONFIG_SPL_OS_BOOT: no need to make Falcon mode supported > by default > After this change the SPL binary size gets down to 51 kB. > Signed-off-by: Fabio Estevam > Reviewed-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================