diff options
author | Dipen Dudhat <dipen.dudhat@freescale.com> | 2009-10-08 13:33:29 +0530 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-10-16 10:21:39 -0500 |
commit | fad15096e3b34927444ba5f6133742d40d78a425 (patch) | |
tree | d1591ebb7c21d8981b8b4d08d56d6b61aec568d6 /MAKEALL | |
parent | f7780ec977e545b83bc5068e0957d640f1d98f13 (diff) |
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 'MAKEALL')
-rwxr-xr-x | MAKEALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -405,12 +405,20 @@ LIST_85xx=" \ P2020DS_36BIT \ P1011RDB \ P1011RDB_NAND \ + P1011RDB_SDCARD \ + P1011RDB_SPIFLASH \ P1020RDB \ P1020RDB_NAND \ + P1020RDB_SDCARD \ + P1020RDB_SPIFLASH \ P2010RDB \ P2010RDB_NAND \ + P2010RDB_SDCARD \ + P2010RDB_SPIFLASH \ P2020RDB \ P2020RDB_NAND \ + P2020RDB_SDCARD \ + P2020RDB_SPIFLASH \ PM854 \ PM856 \ sbc8540 \ |