commit | 7030d56b7946c8db2e8082a9b84cd69b9540a0ca | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Thu Jun 17 11:37:27 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 29 23:03:40 2010 +0200 |
tree | ea2bf3328362355212ff57d56366fd699d3ab6c6 | |
parent | e03b4d296b27790de3b25edd32784d20538240d8 [diff] [blame] |
MAKEALL: Add missing powerpc 36-bit targets We were missing 8641HPCN_36BIT and MPC8536DS_36BIT. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
diff --git a/MAKEALL b/MAKEALL index d6d5f5b..27f8bd1 100755 --- a/MAKEALL +++ b/MAKEALL
@@ -393,6 +393,7 @@ MPC8536DS_NAND \ MPC8536DS_SDCARD \ MPC8536DS_SPIFLASH \ + MPC8536DS_36BIT \ MPC8540ADS \ MPC8540EVAL \ MPC8541CDS \ @@ -453,6 +454,7 @@ LIST_86xx=" \ MPC8610HPCD \ + MPC8641HPCN_36BIT \ MPC8641HPCN \ sbc8641d \ XPEDITE5170 \