summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPo-Yu Chuang <ratbert.chuang@gmail.com>2009-11-11 09:27:30 (GMT)
committerTom Rix <Tom.Rix@windriver.com>2009-11-27 22:26:17 (GMT)
commit43a5f0df2f2e3a2b5eab05d6742501c98d3c0d0c (patch)
treee01c170e78e9feb3c193f317e386536c8cf3ce23 /Makefile
parent39ba774f9b02c44b8fd4df44afac932800c18662 (diff)
downloadu-boot-fsl-qoriq-43a5f0df2f2e3a2b5eab05d6742501c98d3c0d0c.tar.xz
arm: A320: Add support for Faraday A320 evaluation board
This patch adds support for A320 evaluation board from Faraday. This board uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. FA526 is an ARMv4 processor and uses the ARM920T source in this patch. Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 50989aa..b891b1b 100644
--- a/Makefile
+++ b/Makefile
@@ -2696,6 +2696,9 @@ shannon_config : unconfig
## ARM92xT Systems
#########################################################################
+a320evb_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm920t a320evb faraday a320
+
#########################################################################
## Atmel AT91RM9200 Systems
#########################################################################