diff options
author | Timo Tuunainen <timo.tuunainen@sysart.fi> | 2008-02-01 10:09:03 +0000 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2008-02-14 09:38:08 +0000 |
commit | ea8d989f4ef8203e1c0291e62435a8c62e3cfb29 (patch) | |
tree | f08618079cde3a925c5597e2b7ecff9a426db53a /Makefile | |
parent | fe891ecf4d187e9d11dde869ed4623af52b54451 (diff) | |
download | u-boot-imx-ea8d989f4ef8203e1c0291e62435a8c62e3cfb29.zip u-boot-imx-ea8d989f4ef8203e1c0291e62435a8c62e3cfb29.tar.gz u-boot-imx-ea8d989f4ef8203e1c0291e62435a8c62e3cfb29.tar.bz2 |
Support for Artila M-501 starter kit
Kimmo Leppala / Sysart and
Timo Tuunainen / Sysart
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2308,6 +2308,8 @@ csb637_config : unconfig mp2usb_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm920t mp2usb NULL at91rm9200 +m501sk_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm920t m501sk NULL at91rm9200 ######################################################################## ## ARM Integrator boards - see doc/README-integrator for more info. |