From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Mon, 25 Apr 2016 17:04:53 +0200 Subject: [U-Boot] [PATCH] distro: Disable iso partition format for SPL In-Reply-To: <571E31DE.9050001@denx.de> References: <1461588930-103058-1-git-send-email-agraf@suse.de> <571E31DE.9050001@denx.de> Message-ID: <571E3215.5050404@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/25/2016 05:03 PM, Heiko Schocher wrote: > Hello Alexander, > > Am 25.04.2016 um 14:55 schrieb Alexander Graf: >> When building an SPL binary, chances are quite slim that we need an >> iso partition label. However, there were reports of us exceeding our >> SPL memory limit with iso enabled. >> >> So for now, let's disable the ISO partition format code when in the >> SPL build. >> >> Reported-by: Heiko Schocher >> Signed-off-by: Alexander Graf >> --- >> include/config_distro_defaults.h | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) > > Thanks for the fix! > > Acked-by: Heiko Schocher Did you test and verify that this fixes the issue for you? My local compile was still too big, but I guess that's a toolchain difference thing :) Alex