diff options
author | Sergey Lapin <slapin@ossfans.org> | 2008-10-31 12:28:43 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-11-04 23:47:17 +0100 |
commit | 1079432e04ccf71aa3684181186182cd63512f19 (patch) | |
tree | e7c77456243d16ce294d557bb7b92935aa636c2b /Makefile | |
parent | 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb (diff) | |
download | u-boot-imx-1079432e04ccf71aa3684181186182cd63512f19.zip u-boot-imx-1079432e04ccf71aa3684181186182cd63512f19.tar.gz u-boot-imx-1079432e04ccf71aa3684181186182cd63512f19.tar.bz2 |
Custom AFEB9260 board support
This patch provides support for AFEB9260 board, a product of
OpenSource hardware and software. Some commertial projects
are made with this design. A board is basically AT91SAM9260-EK
with some modifications and different peripherals and different
parts used. Main purpose of this project is to gain experience in
hardware design.
More info: http://groups.google.com/group/arm9fpga-evolution-board
(In Russian only, sorry).
Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
Signed-off-by: Sergey Lapin <slapin@ossfans.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2555,6 +2555,9 @@ mp2usb_config : unconfig ## Atmel ARM926EJ-S Systems ######################################################################### +afeb9260_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs afeb9260 NULL at91 + at91cap9adk_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs at91cap9adk atmel at91 |