diff options
author | wdenk <wdenk> | 2004-10-10 17:05:18 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-10 17:05:18 +0000 |
commit | 2cbe571a5676a41aa32ff98e9b1a2934e3922574 (patch) | |
tree | 5868352e056b89c43cebc14378821ff08534dd92 /board/cmc_pu2/config.mk | |
parent | 659883c2982db64e9950434cba2a72a3dae84a7e (diff) | |
download | u-boot-imx-2cbe571a5676a41aa32ff98e9b1a2934e3922574.zip u-boot-imx-2cbe571a5676a41aa32ff98e9b1a2934e3922574.tar.gz u-boot-imx-2cbe571a5676a41aa32ff98e9b1a2934e3922574.tar.bz2 |
* Patch by Gary Jennejohn, 01 Oct 2004:
- add support for CMC PU2 board
- add support for I2C on at91rm9200
* Patch by Gary Jennejohn, 28 Sep 2004:
fix baudrate handling on at91rm9200
Diffstat (limited to 'board/cmc_pu2/config.mk')
-rw-r--r-- | board/cmc_pu2/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cmc_pu2/config.mk b/board/cmc_pu2/config.mk new file mode 100644 index 0000000..9ce161e --- /dev/null +++ b/board/cmc_pu2/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x21f00000 |