diff options
Diffstat (limited to 'board/earthlcd')
| -rw-r--r-- | board/earthlcd/favr-32-ezkit/config.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/earthlcd/favr-32-ezkit/config.mk b/board/earthlcd/favr-32-ezkit/config.mk index 2337d6223..5c919cd64 100644 --- a/board/earthlcd/favr-32-ezkit/config.mk +++ b/board/earthlcd/favr-32-ezkit/config.mk @@ -1,4 +1,4 @@  PLATFORM_RELFLAGS	+= -ffunction-sections -fdata-sections  PLATFORM_LDFLAGS	+= --gc-sections  TEXT_BASE		= 0x00000000 -LDSCRIPT		= $(obj)board/earthlcd/favr-32-ezkit/u-boot.lds +LDSCRIPT		= $(src)board/earthlcd/favr-32-ezkit/u-boot.lds |