diff options
author | wdenk <wdenk> | 2004-07-10 23:11:10 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-10 23:11:10 +0000 |
commit | fabd46acff08edd9f945340338caa07bb0534e64 (patch) | |
tree | 1e7c65a900dfd446023b5522e162b56d18ed87b6 /Makefile | |
parent | 10a36a98c40f06980ba80ef1ec966c5c0e216238 (diff) | |
download | u-boot-imx-fabd46acff08edd9f945340338caa07bb0534e64.zip u-boot-imx-fabd46acff08edd9f945340338caa07bb0534e64.tar.gz u-boot-imx-fabd46acff08edd9f945340338caa07bb0534e64.tar.bz2 |
* Patch by Prakash Kumar, 27 Jun 2004:
Add support for the PXA250 based Intrinsyc Cerf board.
* Patch by Yasushi Shoji, 27 Jun 2004:
fix comment in include/common.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1219,6 +1219,9 @@ at91rm9200dk_config : unconfig ## XScale Systems ######################################################################### +cerf250_config : unconfig + @./mkconfig $(@:_config=) arm pxa cerf250 + cradle_config : unconfig @./mkconfig $(@:_config=) arm pxa cradle |