X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=MAKEALL;h=78cffe3b4b07c40ee91b5b44e9d5975d974b42f2;hb=d34efc767d26d353e0257042080eec7012e5440f;hp=463739069d350899bae9c4373b3e6efbef7022d4;hpb=273ed0370d71a91c4e7a047bcfce0df77812f55e;p=oweals%2Fu-boot.git diff --git a/MAKEALL b/MAKEALL index 463739069d..78cffe3b4b 100755 --- a/MAKEALL +++ b/MAKEALL @@ -644,9 +644,9 @@ LIST_ARM11=" \ " ######################################################################### -## ARM Cortex-A8 Systems +## ARMV7 Systems ######################################################################### -LIST_ARM_CORTEX_A8=" \ +LIST_ARMV7=" \ am3517_evm \ devkit8000 \ mx51evk \ @@ -739,7 +739,7 @@ LIST_arm=" \ ${LIST_ARM9} \ ${LIST_ARM10} \ ${LIST_ARM11} \ - ${LIST_ARM_CORTEX_A8} \ + ${LIST_ARMV7} \ ${LIST_at91} \ ${LIST_pxa} \ ${LIST_ixp} \ @@ -1005,7 +1005,7 @@ print_stats() { for arg in $@ do case "$arg" in - arm|SA|ARM7|ARM9|ARM10|ARM11|ARM_CORTEX_A8|at91|ixp|pxa \ + arm|SA|ARM7|ARM9|ARM10|ARM11|ARMV7|at91|ixp|pxa \ |avr32 \ |blackfin \ |coldfire \