diff options
author | Tom Rix <Tom.Rix@windriver.com> | 2009-09-27 07:47:24 -0500 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-13 06:17:35 -0500 |
commit | d8380c9d35e88759c96e68a03738446ca0cb292f (patch) | |
tree | b45b8e3610385b55c351d5c24949318fdb795502 /board/eukrea/cpuat91/config.mk | |
parent | eb95aa15e644c29b01832703aa4964fe419170f0 (diff) | |
download | u-boot-d8380c9d35e88759c96e68a03738446ca0cb292f.tar.gz |
Add support for Eukrea CPUAT91 SBC
CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR
flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII
mode.
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'board/eukrea/cpuat91/config.mk')
-rw-r--r-- | board/eukrea/cpuat91/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/eukrea/cpuat91/config.mk b/board/eukrea/cpuat91/config.mk new file mode 100644 index 0000000000..ef8dda03a7 --- /dev/null +++ b/board/eukrea/cpuat91/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x21F00000 |