diff options
| author | Andreas Bießmann <biessmann@corscience.de> | 2011-04-18 04:12:33 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-18 07:56:53 +0200 | 
| commit | 758472cc7b6cb8d8626f245f1607bad8b0ebda22 (patch) | |
| tree | a6ec6f8c3218315aa5dfce84d08581465eec7a05 /board/mimc | |
| parent | c8e7ddd4c6d0e195fa2f28c534f5c8233547c59e (diff) | |
| download | olio-uboot-2014.01-758472cc7b6cb8d8626f245f1607bad8b0ebda22.tar.xz olio-uboot-2014.01-758472cc7b6cb8d8626f245f1607bad8b0ebda22.zip | |
avr32/config.mk: simplify PLATFORM_RELFLAGS
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 <biessmann@corscience.de>
Diffstat (limited to 'board/mimc')
| -rw-r--r-- | board/mimc/mimc200/config.mk | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/board/mimc/mimc200/config.mk b/board/mimc/mimc200/config.mk index c3c743321..34b709a79 100644 --- a/board/mimc/mimc200/config.mk +++ b/board/mimc/mimc200/config.mk @@ -1,2 +1 @@  CONFIG_SYS_TEXT_BASE		= 0x00000000 -PLATFORM_RELFLAGS	+= -ffunction-sections -fdata-sections |