From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 8 Mar 2017 14:01:04 -0700 Subject: [U-Boot] [PATCH 07/17] armv8: SPL: only compile GIC code if needed In-Reply-To: <1488335129-12363-8-git-send-email-andre.przywara@arm.com> References: <1488335129-12363-1-git-send-email-andre.przywara@arm.com> <1488335129-12363-8-git-send-email-andre.przywara@arm.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 On 28 February 2017 at 19:25, Andre Przywara wrote: > Not every SoC needs to set up the GIC interrupt controller, so link > think code only when the respective config option is set. > This shaves off some bytes from the SPL code size. > > Signed-off-by: Andre Przywara > --- > arch/arm/lib/Makefile | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass