From ec75fab302a8b2ddf291cc1b7219b0333cea1a4d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 21 Dec 2017 22:13:22 -0500 Subject: build: Drop CONFIG_SPL_BUILD guards in some cases Given gcc-6.1 and later we can now safely have strings discarded when the functions are unused. This lets us drop certain cases of not building something so that we don't have the strings brought in when the code was discarded. Simplify the code now by dropping guards we don't need now. Cc: Stefano Babic Cc: Fabio Estevam Cc: Chander Kashyap Cc: Thomas Abraham Cc: Vipin Kumar Cc: Wenyou Yang Signed-off-by: Tom Rini --- board/atmel/common/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/atmel') diff --git a/board/atmel/common/Makefile b/board/atmel/common/Makefile index 8a6850bc198..f68dd74953e 100644 --- a/board/atmel/common/Makefile +++ b/board/atmel/common/Makefile @@ -6,7 +6,5 @@ # obj-y += board.o -ifndef CONFIG_SPL_BUILD obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o obj-$(CONFIG_DM_VIDEO) += video_display.o -endif -- cgit v1.2.3