commit | 0cef6cbe3a50cc48f6d0d574297ccb06b67e0f65 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Apr 26 01:32:40 2017 +0100 |
committer | Jagan Teki <jagan@openedev.com> | Wed May 17 23:20:31 2017 +0530 |
tree | c4f5424ab858b869ee898fade923a386184d4f17 | |
parent | 45e2d067669aee876badb23600e2145e562a961d [diff] |
armv8: SPL: only compile GIC code if needed 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 <andre.przywara@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jagan@openedev.com>