coreboot-kgpe-d16/src/arch/ppc/include
Stefan Reinauer 0867062412 This patch unifies the use of config options in v2 to all start with CONFIG_
It's basically done with the following script and some manual fixup:

VARS=`grep ^define src/config/Options.lb | cut -f2 -d\ | grep -v ^CONFIG | grep -v ^COREBOOT |grep -v ^CC`
for VAR in $VARS; do
	find . -name .svn -prune -o -type f -exec perl -pi -e "s/(^|[^0-9a-zA-Z_]+)$VAR($|[^0-9a-zA-Z_]+)/\1CONFIG_$VAR\2/g" {} \;
done

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4381 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-06-30 15:17:49 +00:00
..
arch This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
bitops.h Moved from freebios 2003-06-09 21:29:23 +00:00
board.h changes to support new ppc arch 2005-10-20 01:44:21 +00:00
clock.h Make names more sensible. 2004-06-03 16:30:02 +00:00
div64.h mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex expression. 2004-11-11 06:53:24 +00:00
ppc.h Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ppc4xx.h trying to compile... 2005-10-19 21:55:47 +00:00
ppc74xx.h changes to support new ppc arch 2005-10-20 01:44:21 +00:00
ppc750.h changes to support new ppc arch 2005-10-20 01:44:21 +00:00
ppc970.h reverting rev 2082 2005-11-03 08:13:39 +00:00
ppc_asm.tmpl Updating FSF address in the code. 2005-10-05 18:17:45 +00:00
ppcreg.h Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
printk.h *** empty log message *** 2003-11-09 23:11:34 +00:00
sdram.h changes to support new ppc arch 2005-10-20 01:44:21 +00:00
stddef.h Moved from freebios 2003-06-09 21:29:23 +00:00
stdint.h Add u64 typedef to ppc (trivial) 2009-04-03 20:14:59 +00:00
timer.h Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00