the following patch was just integrated into master: commit 3414234f5a21b23b5b6cc0d2827ccbb4d9a2ccc8 Author: Ronald G. Minnich rminnich@gmail.com Date: Tue Jan 29 14:31:33 2013 -0800
Exynos5250: change all unsigned with no type to 'unsigned int'
At some point we did a lot of cleanup to replace bare 'unsigned' with 'unsigned int'. Do that work for this imported code as well.
At some point, we may find we can shrink these 'int's to something smaller, thought I very much doubt it's worth the trouble.
Change-Id: Ic3da491c0188c56c836f8b9c4c8f26a31b4b3573 Signed-off-by: Ronald G. Minnich rminnich@gmail.com Reviewed-on: http://review.coreboot.org/2223 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks dhendrix@chromium.org
Build-Tested: build bot (Jenkins) at Tue Jan 29 23:51:40 2013, giving +1 Reviewed-By: David Hendricks dhendrix@chromium.org at Tue Jan 29 23:59:45 2013, giving +2 See http://review.coreboot.org/2223 for details.
-gerrit