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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2749,6 +2749,9 @@ at91sam9rlek_config : unconfig fi; @$(MKCONFIG) -a at91sam9rlek arm arm926ejs at91sam9rlek atmel at91 +pm9263_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs pm9263 ronetix at91 + ######################################################################## ## ARM Integrator boards - see doc/README-integrator for more info. integratorap_config \ @@ -3520,6 +3523,7 @@ clean: $(obj)board/armltd/{integratorap,integratorcp}/u-boot.lds \ $(obj)board/bf5{18f,26,27,33,38f,48,61}-ez{brd,kit}/u-boot.lds \ $(obj)board/bf5{33,37}-stamp/u-boot.lds \ + $(obj)cpu/arm926ejs/at91/u-boot.lds \ $(obj)cpu/blackfin/bootrom-asm-offsets.[chs] @rm -f $(obj)include/bmp_logo.h @rm -f $(obj)nand_spl/{u-boot-spl,u-boot-spl.map,System.map} |