
Pick them up automatically using $(boards_by_arch ...)
Signed-off-by: Wolfgang Denk wd@denx.de --- We have a problem with the MIPS boards here:
We have separate lists for "mips4kc" and "au1xx0" (and again so for "mips4kc_el" and "au1xx0_el"), but in boards.cfg these are all listed with ARCH="mips".
Is it important to make this difference?
Also, we have "mips5kc" and "mips5kc_el", but both lists are empty.
Would it make sense to list these all under "mips" ?
And how should we differentiate between LE and BE systems? Should we list LE systems with ARCH="mips_el" ?
Comments welcome...
-wd
MAKEALL | 50 ++++---------------------------------------------- 1 files changed, 4 insertions(+), 46 deletions(-)
diff --git a/MAKEALL b/MAKEALL index 3d6b43e..4d18c11 100755 --- a/MAKEALL +++ b/MAKEALL @@ -300,66 +300,24 @@ LIST_SA="$(boards_by_cpu sa1100)" ## ARM9 Systems #########################################################################
-LIST_ARM9=" \ - a320evb \ - aspenite \ - da830evm \ - da850evm \ - edminiv2 \ - guruplug \ - imx27lite \ - jadecpu \ - km_kirkwood \ - magnesium \ - mv88f6281gtw_ge \ - mx1ads \ - nhk8815 \ - nhk8815_onenand \ - omap1510inn \ +LIST_ARM9="$(boards_by_cpu arm920t) \ + $(boards_by_cpu arm926ejs) \ + $(boards_by_cpu arm925t) \ omap1610h2 \ omap1610inn \ - omap5912osk \ omap730p2 \ - openrd_base \ - openrd_client \ - openrd_ultimate \ - portl2 \ - rd6281a \ - scb9328 \ - sheevaplug \ - smdk2410 \ - spear300 \ - spear310 \ - spear320 \ - spear600 \ - VCMA9 \ - versatileab \ - versatilepb \ - davinci_dvevm \ - davinci_schmoogie \ - davinci_sffsdr \ - davinci_sonata \ - davinci_dm355evm \ - davinci_dm355leopard \ - davinci_dm365evm \ - davinci_dm6467evm \ "
######################################################################### ## ARM11 Systems ######################################################################### -LIST_ARM11=" \ - omap2420h4 \ +LIST_ARM11="$(boards_by_cpu arm1136) \ apollon \ - imx31_litekit \ imx31_phycore \ imx31_phycore_eet \ - mx31ads \ mx31pdk \ mx31pdk_nand \ - qong \ smdk6400 \ - tnetv107x_evm \ "
#########################################################################