diff options
author | Dipen Dudhat | 2009-10-08 13:33:18 +0530 |
---|---|---|
committer | Kumar Gala | 2009-10-16 10:21:39 -0500 |
commit | f7780ec977e545b83bc5068e0957d640f1d98f13 (patch) | |
tree | 9a63f9a66c4c66e2a23c85bbc94c29d9c10bc789 /Makefile | |
parent | d11823ca3cb551814ffcd926402c8bcf3a7eff35 (diff) |
ppc/P1_P2_RDB: NAND Boot Support
NAND Boot support for P1 and P2 series RDB platforms.
This patch is derived from NAND Boot 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-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2511,9 +2511,13 @@ P2020DS_config: unconfig @$(MKCONFIG) -t $(@:_config=) P2020DS ppc mpc85xx p2020ds freescale P1011RDB_config \ +P1011RDB_NAND_config \ P1020RDB_config \ +P1020RDB_NAND_config \ P2010RDB_config \ -P2020RDB_config: unconfig +P2010RDB_NAND_config \ +P2020RDB_config \ +P2020RDB_NAND_config: unconfig @$(MKCONFIG) -t $(@:_config=) P1_P2_RDB ppc mpc85xx p1_p2_rdb freescale PM854_config: unconfig |