diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-10 17:27:47 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-10 17:27:47 (GMT) |
commit | 4176c799645d8b35224345d899006993397635c1 (patch) | |
tree | 9d82c0fbda16231fe4edefcbb4a9bc23d67c0de5 /MAKEALL | |
parent | 9d4d3e3833ca7f4dada190ddcb3fea1da9bb9b5b (diff) | |
parent | 0e0ef590b263927a62d399dce0cf1b7aa8dee42e (diff) | |
download | u-boot-4176c799645d8b35224345d899006993397635c1.tar.xz |
Merge with /home/hs/U-Boot/u-boot-dev
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -255,29 +255,38 @@ LIST_x86="${LIST_I486}" ######################################################################### LIST_nios=" \ - ADNPESC1 ADNPESC1_base_32 \ + ADNPESC1 ADNPESC1_base_32 \ ADNPESC1_DNPEVA2_base_32 \ - DK1C20 DK1C20_standard_32 \ - DK1S10 DK1S10_standard_32 DK1S10_mtx_ldk_20 \ + DK1C20 DK1C20_standard_32 \ + DK1S10 DK1S10_standard_32 DK1S10_mtx_ldk_20 \ " ######################################################################### ## Nios-II Systems ######################################################################### -LIST_nios2="PCI5441 PK1C20 EP1C20 EP1S10 EP1S40" +LIST_nios2=" \ + EP1C20 EP1S10 EP1S40 \ + PCI5441 PK1C20 \ +" ######################################################################### ## MicroBlaze Systems ######################################################################### -LIST_microblaze="suzaku" +LIST_microblaze=" \ + suzaku +" ######################################################################### ## ColdFire Systems ######################################################################### -LIST_coldfire="cobra5272 M5272C3 M5282EVB TASREG r5200 M5271EVB" +LIST_coldfire=" \ + cobra5272 EB+MCF-EV123 EB+MCF-EV123_internal \ + M5271EVB M5272C3 M5282EVB TASREG \ + r5200 M5271EVB \ +" #----------------------------------------------------------------------- @@ -292,7 +301,7 @@ build_target() { ${MAKE} distclean >/dev/null ${MAKE} ${target}_config ${MAKE} ${JOBS} all 2>&1 >LOG/$target.MAKELOG | tee LOG/$target.ERR - ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG +# ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG } #----------------------------------------------------------------------- |