summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Collapse)AuthorAgeFilesLines
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-153-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* fix generated config filesNishanth Menon2008-05-071-3/+3
| | | | | | | | Make defconfig generates .config with "Linux kernel" instead of "U-Boot". This patch fixes the same. Signed-off-by: Nishanth Menon <x0nishan@ti.com>
* Change help texts to refer to u-boot instead of linux.Robert Schwebel2007-11-091-4/+4
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* update to new kconfig version #2 (forgot to delete files)Sascha Hauer2007-10-244-450/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* update to new kconfig versionSascha Hauer2007-10-2427-1226/+1403
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add .gitignore filesSascha Hauer2007-07-121-0/+19
|
* svn_rev_543Sascha Hauer2007-07-053-6/+6
| | | | linux->uboot
* svn_rev_542Sascha Hauer2007-07-051-1/+1
| | | | linux->uboot
* svn_rev_541Sascha Hauer2007-07-051-3/+3
| | | | linux->uboot
* svn_rev_540Sascha Hauer2007-07-051-1/+1
| | | | linux->uboot
* svn_rev_539Sascha Hauer2007-07-051-15/+15
| | | | linux->uboot
* svn_rev_007Sascha Hauer2007-07-0539-0/+19333
add Kconfig