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 /board/cerf250/config.mk | |
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 'board/cerf250/config.mk')
-rw-r--r-- | board/cerf250/config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/cerf250/config.mk b/board/cerf250/config.mk new file mode 100644 index 0000000..1a86cc9 --- /dev/null +++ b/board/cerf250/config.mk @@ -0,0 +1,5 @@ +# +# Cerf board with PXA250 cpu +# +# +TEXT_BASE = 0xa3080000 |