From 758472cc7b6cb8d8626f245f1607bad8b0ebda22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Mon, 18 Apr 2011 04:12:33 +0000 Subject: avr32/config.mk: simplify PLATFORM_RELFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch removes PLATFORM_RELFLAGS from board specific config.mk files and define them in arch specific config.mk file. Signed-off-by: Andreas Bießmann --- board/earthlcd/favr-32-ezkit/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'board/earthlcd/favr-32-ezkit') diff --git a/board/earthlcd/favr-32-ezkit/config.mk b/board/earthlcd/favr-32-ezkit/config.mk index 455b0d5e8b..34b709a79b 100644 --- a/board/earthlcd/favr-32-ezkit/config.mk +++ b/board/earthlcd/favr-32-ezkit/config.mk @@ -1,2 +1 @@ -PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections CONFIG_SYS_TEXT_BASE = 0x00000000 -- cgit v1.2.1