summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDipen Dudhat <dipen.dudhat@freescale.com>2009-10-08 13:33:29 +0530
committerKumar Gala <galak@kernel.crashing.org>2009-10-16 10:21:39 -0500
commitfad15096e3b34927444ba5f6133742d40d78a425 (patch)
treed1591ebb7c21d8981b8b4d08d56d6b61aec568d6 /Makefile
parentf7780ec977e545b83bc5068e0957d640f1d98f13 (diff)
downloadblackbird-obmc-uboot-fad15096e3b34927444ba5f6133742d40d78a425.tar.gz
blackbird-obmc-uboot-fad15096e3b34927444ba5f6133742d40d78a425.zip
ppc/P1_P2_RDB: On-chip BootROM support
On Chip BootROM support for P1 and P2 series RDB platforms. This patch is derived from latest On Chip BootROM support on MPC8536DS Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b067a4c7b9..77ca51d662 100644
--- a/Makefile
+++ b/Makefile
@@ -2512,12 +2512,20 @@ P2020DS_config: unconfig
P1011RDB_config \
P1011RDB_NAND_config \
+P1011RDB_SDCARD_config \
+P1011RDB_SPIFLASH_config \
P1020RDB_config \
P1020RDB_NAND_config \
+P1020RDB_SDCARD_config \
+P1020RDB_SPIFLASH_config \
P2010RDB_config \
P2010RDB_NAND_config \
+P2010RDB_SDCARD_config \
+P2010RDB_SPIFLASH_config \
P2020RDB_config \
-P2020RDB_NAND_config: unconfig
+P2020RDB_NAND_config \
+P2020RDB_SDCARD_config \
+P2020RDB_SPIFLASH_config: unconfig
@$(MKCONFIG) -t $(@:_config=) P1_P2_RDB ppc mpc85xx p1_p2_rdb freescale
PM854_config: unconfig
OpenPOWER on IntegriCloud