From: Wolfgang Denk Date: Wed, 22 Feb 2006 09:25:39 +0000 (+0100) Subject: Rename SMMACO4 board into smmaco4 for consistency with Linux. X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6624b687bc2b747233090e67628df37d1c84ed17;p=u-boot.git Rename SMMACO4 board into smmaco4 for consistency with Linux. --- diff --git a/Makefile b/Makefile index cce475c25f..83491762eb 100644 --- a/Makefile +++ b/Makefile @@ -315,8 +315,8 @@ PM520_ROMBOOT_DDR_config: unconfig } @./mkconfig -a PM520 ppc mpc5xxx pm520 -SMMACO4_config: unconfig - @./mkconfig -a SMMACO4 ppc mpc5xxx tqm5200 +smmaco4_config: unconfig + @./mkconfig -a smmaco4 ppc mpc5xxx tqm5200 spieval_config: unconfig echo "#define CONFIG_CS_AUTOCONF">>include/config.h diff --git a/include/configs/SMMACO4.h b/include/configs/smmaco4.h similarity index 100% rename from include/configs/SMMACO4.h rename to include/configs/smmaco4.h