diff options
author | Becky Bruce <beckyb@kernel.crashing.org> | 2010-06-17 11:37:27 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-06-29 23:03:40 +0200 |
commit | 7030d56b7946c8db2e8082a9b84cd69b9540a0ca (patch) | |
tree | ea2bf3328362355212ff57d56366fd699d3ab6c6 | |
parent | e03b4d296b27790de3b25edd32784d20538240d8 (diff) |
MAKEALL: Add missing powerpc 36-bit targets
We were missing 8641HPCN_36BIT and MPC8536DS_36BIT.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
-rwxr-xr-x | MAKEALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -393,6 +393,7 @@ LIST_85xx=" \ MPC8536DS_NAND \ MPC8536DS_SDCARD \ MPC8536DS_SPIFLASH \ + MPC8536DS_36BIT \ MPC8540ADS \ MPC8540EVAL \ MPC8541CDS \ @@ -453,6 +454,7 @@ LIST_85xx=" \ LIST_86xx=" \ MPC8610HPCD \ + MPC8641HPCN_36BIT \ MPC8641HPCN \ sbc8641d \ XPEDITE5170 \ |