coreboot-kgpe-d16/src/southbridge/amd/sr5650
Patrick Georgi f8f00629e3 Some more #if cleanup
Replace #elif (CONFIG_FOO==1) with #elif CONFIG_FOO
find src -type f -exec sed -i "s,\(#.*\)(\(CONFIG_[A-Z0-9_]*\)[[:space:]]*==[[:space:]]1),\1\2,g" {} +
(manual tweak since it hit a false positive)

Replace #elif (CONFIG_FOO==0) with #elif !CONFIG_FOO
find src -type f -exec sed -i "s,\(#.*\)(\(CONFIG_[A-Z0-9_]*\)[[:space:]]*==[[:space:]]0),\1\!\2,g" {} +

Change-Id: I8f4ebf609740dfc53e79d5f1e60f9446364bb07d
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/1006
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Martin Roth <martin@se-eng.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-05-08 00:38:11 +02:00
..
chip.h Add AMD SR56x0 support. 2011-03-27 16:39:58 +00:00
cmn.h remove trailing whitespace 2011-11-01 19:07:45 +01:00
early_setup.c Some more #if cleanup 2012-05-08 00:38:11 +02:00
ht.c Add AMD SR56x0 support. 2011-03-27 16:39:58 +00:00
Kconfig Add AMD SR56x0 support. 2011-03-27 16:39:58 +00:00
Makefile.inc Update AMD SR5650 and SB700 2011-07-22 00:20:59 +02:00
pcie.c remove trailing whitespace 2011-11-01 19:07:45 +01:00
rev.h Add AMD SR56x0 support. 2011-03-27 16:39:58 +00:00
sr5650.c remove trailing whitespace 2011-11-01 19:07:45 +01:00
sr5650.h remove trailing whitespace 2011-11-01 19:07:45 +01:00