summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/pcm043_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* pcm043: update defconfigSascha Hauer2010-08-031-11/+26
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm043: use generic default envSascha Hauer2010-06-221-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm043: update defconfigSascha Hauer2009-12-181-40/+74
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91: Atmel Ref board fix config MACH to match with mach-typesJean-Christophe PLAGNIOL-VILLARD2009-11-021-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* pcm043: enable FEC driver in default configSascha Hauer2009-04-201-11/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add Phytec PCM043 defconfig fileSascha Hauer2009-02-061-0/+212
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>