X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=MAKEALL;h=0f2b4a1b9491652f24c9873c70d721ed6f93d0c9;hb=8e7d7b6b250cc123555d0250abef0e22b5770467;hp=fa0121ced26a4a6a811bbe6e2b3d41ac4152a55a;hpb=7f79c6f2f447fbac1a78d76912ba53afce598ce6;p=u-boot diff --git a/MAKEALL b/MAKEALL index fa0121ced2..0f2b4a1b94 100755 --- a/MAKEALL +++ b/MAKEALL @@ -308,16 +308,12 @@ LIST_SA="$(boards_by_cpu sa1100)" LIST_ARM9="$(boards_by_cpu arm920t) \ $(boards_by_cpu arm926ejs) \ $(boards_by_cpu arm925t) \ - omap1610h2 \ - omap1610inn \ - omap730p2 \ " ######################################################################### ## ARM11 Systems ######################################################################### LIST_ARM11="$(boards_by_cpu arm1136) \ - apollon \ imx31_phycore \ imx31_phycore_eet \ mx31pdk \ @@ -383,14 +379,11 @@ LIST_mips4kc=" \ vct_premium_onenand_small \ " -LIST_mips5kc="" - LIST_au1xx0=" \ dbau1000 \ dbau1100 \ dbau1500 \ dbau1550 \ - dbau1550_el \ gth2 \ " @@ -404,22 +397,23 @@ LIST_mips=" \ ## MIPS Systems (little endian) ######################################################################### -LIST_mips4kc_el=" \ +LIST_xburst_el=" \ qi_lb60 \ " -LIST_mips5kc_el="" - LIST_au1xx0_el=" \ dbau1550_el \ pb1000 \ " - LIST_mips_el=" \ - ${LIST_mips4kc_el} \ - ${LIST_mips5kc_el} \ + ${LIST_xburst_el} \ ${LIST_au1xx0_el} \ " +######################################################################### +## OpenRISC Systems +######################################################################### + +LIST_openrisc="$(boards_by_arch openrisc)" ######################################################################### ## x86 Systems