diff options
author | Albin Tonnerre <albin.tonnerre@free-electrons.com> | 2009-08-20 16:04:49 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-09-01 22:35:58 +0200 |
commit | 2dc851e3b0f07a56f83060f13882ff4b62cf5112 (patch) | |
tree | f1da9de580e02163ab58c3e1cf0322c5ac4ca210 /board/calao/tny_a9260/config.mk | |
parent | 49d2cb4d6153a6c18249dccb5de5cffeb261a61c (diff) | |
download | u-boot-2dc851e3b0f07a56f83060f13882ff4b62cf5112.tar.gz |
Support for the Calao TNY-A9260/TNY-A9G20 boards
The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by
Calao Systems <http://www.calao-systems.com>. Their components are very
similar to the AT91SAM9260EK board, so their configuration is based on
the configuration of this board. There are however some differences:
different clocks, no LCD, no ethernet. They also can use SPI EEPROM to
store the environment.
Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/calao/tny_a9260/config.mk')
-rw-r--r-- | board/calao/tny_a9260/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/calao/tny_a9260/config.mk b/board/calao/tny_a9260/config.mk new file mode 100644 index 0000000000..ff2cfd170b --- /dev/null +++ b/board/calao/tny_a9260/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x23f00000 |