the following patch was just integrated into master: commit f41cb4ecd23c951e1c1c4fef0c99772983a3eba4 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Mon Jun 30 13:15:42 2014 +0300
ROMCC: Fix collision with token name max
Even with !defined(__ROMCC__) in the file, romcc chokes on these parameter names after we declare common max() macro in stdlib.h.
Change-Id: Id4f2aa61d9c5b19f428452cd475b1b2ed9a70f52 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: http://review.coreboot.org/6165 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi patrick@georgi-clan.de Reviewed-by: Edward O'Callaghan eocallaghan@alterapraxis.com
See http://review.coreboot.org/6165 for details.
-gerrit