diff options
author | Ilko Iliev <iliev@ronetix.at> | 2009-04-16 21:30:48 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-04-16 21:30:48 +0200 |
commit | f0a2c7b4b64eacd06bb272856bcc056be8719f5a (patch) | |
tree | 6183bd8a1359a1910fb26d35e05ec5f1927d3deb /cpu/arm926ejs/at91/config.mk | |
parent | dc39ae9513c32dfeb9e018dc0d22c6484514fefb (diff) | |
download | u-boot-imx-f0a2c7b4b64eacd06bb272856bcc056be8719f5a.zip u-boot-imx-f0a2c7b4b64eacd06bb272856bcc056be8719f5a.tar.gz u-boot-imx-f0a2c7b4b64eacd06bb272856bcc056be8719f5a.tar.bz2 |
at91: add support for the PM9263 board of Ronetix GmbH
The PM9263 board is based on the AT91SAM9263-EK board.
Here is the page on Ronetix website:
http://www.ronetix.at/starter_kit_9263.html
Signed-off-by: Ilko Iliev <iliev@ronetix.at>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm926ejs/at91/config.mk')
-rw-r--r-- | cpu/arm926ejs/at91/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/at91/config.mk b/cpu/arm926ejs/at91/config.mk index 06177e6..147bd4c 100644 --- a/cpu/arm926ejs/at91/config.mk +++ b/cpu/arm926ejs/at91/config.mk @@ -1,2 +1,2 @@ PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,) -LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/at91/u-boot.lds +LDSCRIPT := $(OBJTREE)/cpu/arm926ejs/at91/u-boot.lds |