summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSrikanth Srinivasan <srikanth.srinivasan@freescale.com>2010-01-06 14:19:22 +0800
committerScott Sweeny <scott.sweeny@timesys.com>2010-09-29 17:32:28 -0400
commita2e96efa3ba3850e51e969ee5d8f1a104548fc9c (patch)
tree5059059c6b30d33f92340c71718df68010daa7b5 /Makefile
parenta200a7c04d89853d2a1395b96d8ca5e3dd754551 (diff)
p1022ds support
This patch adds support for P1022DS to u-boot. The following items have been tested - DDR (spd-based), I2C, Flash, Vetsec1, 2, DIU, PEX 1,2,3. Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f06a97cf3e..b69e06d933 100644
--- a/Makefile
+++ b/Makefile
@@ -2513,6 +2513,10 @@ P2020DS_36BIT_config \
P2020DS_config: unconfig
@$(MKCONFIG) -t $(@:_config=) P2020DS ppc mpc85xx p2020ds freescale
+P1022DS_36BIT_config \
+P1022DS_config: unconfig
+ @$(MKCONFIG) -t $(@:_config=) P1022DS ppc mpc85xx p1022ds freescale
+
P1011RDB_config \
P1011RDB_NAND_config \
P1011RDB_SDCARD_config \