X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Flint%2Flint-001-no-global-config-in-romstage;h=b48b8b47cfa071c359b2491480bf740a1fa385c6;hb=302993fe778dacfe378f1a386e7e32b9839286a7;hp=3bb71f809fb519631ebaf065531cdd148382ef72;hpb=c6ef20fb70f7ce834fa44fa63ad46880be9d51ee;p=coreboot.git diff --git a/util/lint/lint-001-no-global-config-in-romstage b/util/lint/lint-001-no-global-config-in-romstage index 3bb71f809..b48b8b47c 100644 --- a/util/lint/lint-001-no-global-config-in-romstage +++ b/util/lint/lint-001-no-global-config-in-romstage @@ -1,4 +1,5 @@ #!/bin/sh +# DESCR: Check that no symbols #defined in any romstage.c is used elsewhere DEFINES=`grep "#define" src/mainboard/*/*/romstage.c |sed 's,.*#define[\t ]\([^\t ]*\)[\t ].*,\1,' | grep -v "(" | sort -u` SCANBUCKET=`mktemp` LC_ALL=C export LC_ALL