the following patch was just integrated into master: commit f771e569d72d6b7166ca0d92afaaf2e635a9ba1c Author: Patrick Georgi patrick@georgi-clan.de Date: Sat May 3 09:12:55 2014 +0200
Drop useless mainboard-romstage defines
Some src/mainboard/*/*/romstage.c files use defines which later modify the behaviour of included .c files. Since it's a pain to work out what is affected by these, drop values that are only defined in the board but never used, or defined to identical values as in spd.h (and use that one instead).
Change-Id: I8143b26fddc32a40ac4e611a6287bf7f144267dc Signed-off-by: Patrick Georgi patrick@georgi-clan.de Reviewed-on: http://review.coreboot.org/5639 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com
See http://review.coreboot.org/5639 for details.
-gerrit