From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Sun, 6 Jan 2019 21:56:27 +0100 Subject: [U-Boot] [PATCH 2/2] MIPS: jz47xx: remove custom u-boot-spl.lds In-Reply-To: References: <20190106194244.20816-1-daniel.schwierzeck@gmail.com> <20190106194244.20816-3-daniel.schwierzeck@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 06.01.19 um 21:03 schrieb Marek Vasut: > On 1/6/19 8:42 PM, Daniel Schwierzeck wrote: >> There is no real difference between the generic variant and >> the custom variant except that the generic variant is more >> optimised. This also saves 24 Bytes in the SPL binary. >> >> Signed-off-by: Daniel Schwierzeck >> >> --- >> - tested with MMC boot on CI20 rev1 board > > Is the SPL size the same still ? :) > it's 24 Bytes smaller with kernel.org gcc 7.3 :D -- - Daniel